﻿*{
padding:0;
margin:0;
}

body{
background-image:url(images/hintergrund_gr.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:30px 0px;
text-align:center;
overflow:scroll;
}

h1{font-size:14px; margin-bottom:10px; margin-top:20px;}
h2{font-size:13px; margin-bottom:7px;}
h3{font-size:11px;}
p{font-size:12px; margin-bottom:10px;}

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}
a:hover {color: #1d5492; text-decoration: none;}

.table td{padding:3px; padding-right:20px;}



#container{
	width:800px;
	margin : 0px auto;
	}

	#top-navigation{
		text-align:right;
		font-size:10px;
		margin-bottom:5px;
		color:#a7a7a7;
		}
		
		#top-navigation a{
			display:inline;
			font-size:10px;
			color:#a7a7a7;
			text-decoration:none;
			}
	
		#top-navigation a:hover{
			text-decoration:underline;
			}
	
       #banner{
			width:800px;
			height:267px;
			background-image:url(images/frank-scheelen_banner.jpg);
			background-repeat:no-repeat;
			border:1px black solid;
			}
		
			/* IE 7 */
		+*html #navigation {
			}
		
		/* IE 6 */
		*html #navigation {
			margin-top:-36px;
			}

		#navigation {
			margin-left:-18px;
			padding-top:2px;
			padding-left:1px;
			font-size:13px;
			}

			#navigation ul {
				text-align:left;
				list-style:none;
				margin-left:19px;
				margin-top:85px;
				font-weight:bold;
				margin-bottom:5px;
				vertical-align:top;
				}
				
			#navigation li a {
				text-align:left;
				border: 1px solid;
				border-color:#FFFFFF;
				color:#757575;
				text-decoration: none; 
				display: block;
				width:155px;
				filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
				background-color:#EEEDED;
				padding:10px;
				padding-top:6px;
				height:10px;
				margin-bottom:2px;
				}
			
			#navigation li a:hover {
				filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;
				}
				
			#navigation .aktiv{filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}


	#inhalt{
		float:left;
		position:relative;
		text-align:left;
		line-height:170%;
		margin-top:20px;
		margin-left:20px;
		width:520px;
		font-size:11px;
		padding-right:35px;
		}
		
	/* IE 6 */
	*html #inhalt {
		margin-left:10px;
		}
		
		#inhalt ul{font-size:12px; margin-bottom:10px; margin-left:50px;}
		#inhalt li{list-style:disc; padding:1px;}

		#inhalt hr{ height:1px; border:0; border-bottom:1px black dashed; margin-top:10px; margin-bottom:20px;}

	#angebot{
		padding-top:50px;
		padding-left:15px;
		padding-right:15px;
		width:190px;
		float:right;
		text-align:left;
		font-size:10px;
		color:#555555;
		text-align:center;
		}

		#angebot table{
			border:0;
			}
			
		#angebot td{
			padding:2px;
			}


		#angebot h2{
			font-size:11px;
			font-weight:bold;
			margin-top:6px;
			margin-bottom:5px;
			text-align:left;
			}
			
		#angebot p{
			font-size:10px;
			font-weight:bold;
			margin-bottom:5px;
			line-height:130%;
			text-align:left;
			}


		#angebot img{
			padding-left:5px;
			padding-right:5px;
			}

		#angebot a{
			font-size:8pt;
			color:#555555;
			text-decoration:none;
			font-weight:bold;
			}

		#angebot a:hover{
			text-decoration:underline;
			}
	
