/***********************************************/
/* eupromedia.css                              */
/***********************************************/


/*
      Created by kir.design :: Designing Your Success
	  Kerstin Reuter
	  Start: 2008/03/30
	  Last update: 2010/02/04
	  E-Mail: kerstin.reuter(at)kir-design.com
	  URL: www.kir-design.com
		  
*/


html {
       background-color: #fff;     /* weiss */
       height: 100%;               /** 
                                   * verhindert das Springen des Layouts 
                                   * beim Firefox und Safari 
							       */
       margin-bottom: 1px;
} 


body{
       font-family: Verdana, Arial, Helvetica, sans-serif;  
       background-color: #fff;
       color: #000;	
       border: 0px;
       position: relative;
       min-width: 960px;
       margin: 0 0 0 0;
       padding-top: 50px;
       text-align: left;
       font-size:13x; 
	   font-style: normal;
	   font-weight: normal;
       line-height: 15px;

}


#wrapper {
       width: 960px;
       margin: 0 auto;
       background-color: #fff; /* weißer Hintergrund */
       text-align: left;
       overflow: hidden;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFF;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}

/************** header tag styles **************/

h1{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;	
	color: #000;
    line-height: 26px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
    line-height: 24px;

}	

h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    margin: 0px;
    padding: 0px;
	font-style: normal;
	font-weight: 100;
}

h4{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #CC0000;
	font-style: normal;
	font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 16px;

}

h5{
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
    padding: 0px;
    line-height: 20px;

}


/*************** list tag styles ***************/

ul {
    position: relative;
	top: 3px;
	list-style-type: square;
	color: #CC0000;
	/*list-style-position: outside;*/
	padding: 0 0 0 5px;
}


ul li {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;

}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;	
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout DIVs top - down                      */
/***********************************************/

#intro
    {
	position: absolute;
	top: 100px;
	left: 150px;
	background: #fff;
	width: 650px;
    
}

#intro p{
   position: absolute;
	top: 480px;
	left: 10px;
	width: 450px;
}

#header{
    position: absolute;
    top: 30px;
	width: 960px; 
	height: 120px;
	margin: 0px;
	border: none;
	background-color: #CC0000;
	background-image: url('graphik/background_kopf2.jpg');		
}


/* language */
#language {
    position: absolute;
	top: 3px;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:13px;
	color:#000000;
}

#language_bar {
    position: absolute;
    top: 15px;
	width: 960px; 
    height: 22px;
    background-color: #fff;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:14px;
	color:#000000;
}

#language ul li {
	list-style-type: none;
    width: 80px;
    height: 16px;
	color:#000;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    float: left;
    margin: -15px 0 0 0;
    padding-left: 10px; /* Position english deutsch */
}

#language ul a {
    display: block;
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    line-height: 13px;     
    color: #000;
}

#language ul a:hover {
    font-weight: bold;
}

#logo {
	float:right;
	position: absolute;
	top: 15px;
	left: 660px;
	width: 300px;
	height: 65px;
	background-color: #fff;	
}


/* Menue */
#navigation {
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 87px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: fff;
    text-align: center;
}

#navigation ul {
   list-style-type: none;
   margin:	0;
   padding:	0;
  
}
   
#navigation li {
   width: 100px;
   margin: 0px;
   float: left;
   background-color:#000;
   color: fff;
   border-right: 2px solid #fff;
}

#navigation li a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:30px;
   height:30px;
   text-decoration: none;
   color:#fff;
   display: block;
   padding: 0px 0px 0px 0px;
   text-align:center;
  
}

#navigation li a:hover, #navigation li a:active {
   color:#fff;
   text-decoration:none;
   background-color:#800000;
   font-weight: bold;
}

.current {
   text-decoration:none;
   background-color:#CC0000;
   font-weight: bold;
}

/* container > content > content left + content right */
#container {
	overflow: hidden;/* One True Layout - Alex Robinson - */
	width: 960px;
	position: relative;
	top: 94px;
	margin: 0 0 0 0; /* Abstand zwischen #branding und #container */
	background-color: #fff;
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:13x; 
	font-style: normal;
	font-weight: normal;
    line-height: 15px;
}


#storyIntro {
	margin: 50px 0 0px 7px;
	padding: 0px 0px 0px 0px;
	
}

#BulletStory ul li{
    line-height: 1.2;
    list-style-type: square;
	color: #cc0000;
	margin: 10px 0 0 15px;
	padding: 0px 0px 0px 0px;
}

#tl {
	position:absolute;
	top: -1px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}



/************** footer styles ****************/

#footer{
	width: 960px;
	color: #fff;
	height: 24px;
	margin-top: 120px;
	background-image: url('graphik/bg_fuss_1036_24.jpg');	
	
}


#footer ul li {
       width: 120px;
       font-size: 80%;   
       color: #fff;
 	   padding: 6px 0px 6px 22px;
       display: inline;
}


#footer a , #footer a:visited {
    color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: none;
	font-weight: bold;
}


/************** feature styles *****************/

#feature {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 20px 0px 0px 0px;
	
}

html>body #feature {height: auto;}


#feature_left {
    float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#feature_right { 
	padding: 0px 0px 0px 0px;	
}

#featureIntro {
	color: #000000;
	padding: 0px 0px 0px 0px;
}

#featureIntro h3{
	font: bold 175% Verdana,sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

#featureIntro ul li{
	line-height: 14px;  
    list-style-type: square;
	list-style-position: inherit;
	color: #cc0000;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.feature_left img{
	float: left;
	padding: 5px 0px 0px 0px;
	
}


#feature_bullet ul li {
    line-height: 14px;  
    list-style-type: square;
	list-style-position: outside;
	color: #cc0000;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;

}

/*************** textbox styles ******************/

#textbox {
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 15px;
}

#textboxAbstandOben {
	margin: 30px 0px 0px 0px;
}


#textboxLeft {
    float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#textboxLeft ul li{
    list-style-type: square;
	color: #cc0000;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;                                             
}


#textboxRight {
    float: right;
	width: 440px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	
}

#textboxRight ul li{
    list-style-type: square;
	color: #cc0000;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;                                             
}


.textbox a:link, a:visited{
	color: #000;
	text-decoration: none;
	border: none;
}



/*************** story styles ******************/

.story {
	padding: 20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 15px;
}

.storykontakt {
	padding: 30px 0px 0px 0px;
	font-size: 13px;
	line-height: 15px;
}


.story a:link, a:visited{
	color: #000;
	text-decoration: none;
	border: none;
}


.storyLeft {
    float: left;
	width: 400px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.storyLeft h2 {
    position:relative;
	top:15 px;
	margin:  20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.storyLeft h3{
	font: bold 175% Verdana,sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
}



.storyLeft li {
    position:relative;
	left: -5px;
	line-height: 1.2;
}




.story p {
	padding: 0px 0px 0px 0px;
}



.storyRight {
    float: right;
	margin: 0px 0 0px 15px;
	padding: 110px 0px 0px 0px;
	
}

.story a.capsule{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	display:block;
	padding-bottom: 0px;
}

.story a.capsule:hover{
	text-decoration: underline;
}


/*************** portrait styles ******************/

.portrait{
valign:top;
align:center; 
width:161px;
height:222px;
border-left-width:1px;
border-left-color:#cc0000;
border-left-style:solid;
border-right-width:1px;
border-right-color:#cc0000;
border-right-style:solid;
padding-left:5px;
padding-right: 3px;
}

.eupromedia {
font-weight: bold;
font-style:italic;
}

.rot {
color: #CC0000;
}

.rot-fett {
color: #CC0000;
font-weight: bold;
}

.schwarz {
color: #000;
}

.schwarz_fett {
color: #000;
font-weight:bold;
}



.rechts {
left: 230px;
}

.clear  { clear:both;}

/* ====iFrame definieren ======= */

#ibox {
    position:absolute;
	top: 35px;
	left: 5px;
	width: 255px;
	height: 1220px;
	border: 0px;
	border-color:#FFFFFF;
	background-color: #fff;
	color:#fff;
	overflow:hidden;
	border-style:hidden;
}

/* =========== */

/*   Bugfixes   */

/* Clearfix-Methode */
.clearfix:after {
      content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



 /* Overflow-Methode */
 .clear {overflow: hidden;}
 html .clear {height: 1%;} /* Hack zur IE-Anpassung */
 
 
