/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
}

.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
background-image:url(../images/curve_mid.jpg);
background-repeat:repeat-y;
}

.header{
height:36px;
padding:5px;
padding-left:22px;
}

.emailButton {
width: 200px;
margin: 0;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:#000000;
background-color: #dddddd;
text-align: left;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
line-height: 130%;
box-shadow: 10px 10px 5px #888;
}

p.emailButton:hover { background-color: #eeeeee; color:#e94d19; }

img {
border: 0;
}

#navigation{
	float:right;
	font-size:18px;
	font-weight:normal;
	color: #e94d19;
	padding-right:22px;
	padding-top:2px;
	text-align:right;
	letter-spacing:1px;
}

#navigation ul {

}

#navigation ul li {
display: inline;
margin-left: 20px;
}


#navigation a:link { color:#e94d19; text-decoration:none; }
#navigation a:visited { color:#e94d19; text-decoration:none; }
#navigation a:hover { color:#717171; text-decoration:none; }
#navigation a:active { color:#e94d19; text-decoration:none; }
#navigation a:focus { color:#717171; text-decoration:none; }

.block_left{
	background-image:url(../images/l_insa_ok.gif);
	background-repeat:no-repeat;
	float:left;
	width:230px;
	height:191px;
	margin-left:22px;
}

*html .block_left{
background-image:url(../images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:227px;
height:191px;
margin-left:10px;
}

.block_right{
	background-image:url(../images/side_banner_bg_04.jpg);
	background-repeat:no-repeat;
	float:right;
	width:437px;
	height:86px;
	margin-right:22px;
	font-size: 36px;
	padding-left: 10px;
	padding-top: 105px;
	color: #FFFFFF;
}

*html .block_right{
	background-image:url(../images/side_banner_bg_02.jpg);
	background-repeat:no-repeat;
	float:right;
	width:437px;
	height:86px;
	margin-right:10px;
	font-size: 36px;
	padding-left: 10px;
	padding-top: 105px;
	color: #FFFFFF;
}

.top_curve{
background-image:url(../images/curve_top.jpg);
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url(../images/curve_left.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.center_content{
width:738px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(../images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
	float:left;
	width:227px;
	margin-left:22px;
	margin-top:30px;
}

cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}

.zitatname {
	font-weight: normal;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	margin-top: 10px;
}

*html .left_content{
float:left;
width:227px;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:30px;
	float:right;
	width:437px;
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

.bottom_curve{
height:17px;
background-image:url(../images/curve_btm.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}

h2 {
	margin: 0;
	color: #717171;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #717171;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {
	margin: 0;
	color: #717171;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
}

h4 a:link, h4 a:visited {
	color: #717171;
	text-decoration: none;
}

h4 a:hover, {
	color: #717171;
	text-decoration: underline;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(../images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #e94d19;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.fett {
	font-weight: bold;
}
