/* Main Body */
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align:justify;
	}
	
#container {
	width: 920px;
	height:auto;
	/*padding: 20px 30px 30px 30px;*/
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	margin:auto;
	border-bottom:1px solid #ccc;
	width: 98%;
	height: auto;
	padding-top:20px;
	/*border-left: 4px;
	border-right: 4px;
	border-bottom: 2px;
	margin: 0 auto;
	margin-bottom: 0px;*/
	background-image:url(../images/fondoflash.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}
#telefon {
	width:auto;
	height:auto;
	text-align:center;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-style:italic;
	color:#666;
	}
	#telefon a:link, a:visited, a:active{
	text-decoration: none;
	color:#666;
	}
	#telefon a:hover{
	color:#4242FF;
	}

#tabnav	{
	height: 5px;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #CC9966;
	color:#222
	}
/* Main Content */
hr {
color: #ccc;
height: 1px;
}

#content {
	width: 95%;
	padding:20px;
	}
	
#content h2 {
	font-size: 17px;
	}
	
#content p {
	font-size: 12px;
	line-height:18px
	}
	
#content a, a:visited {
	color: #666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #000;
	}
	
/* Sidebar */
#sidebar {
	width: 18%;
	clear: none;
	margin-top: 15px;
	margin-right: 15px;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#sidebar ul {
	font-size: 12px;
	}
	#sidebar li {
	line-height:25px
	}
	
#sidebar a, a:visited {
	color: #666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000;
	}
	
/* footer */
#footer {
	color: #666;
	background:#F9F8F2;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 40px;
	margin-bottom:0;
	padding-bottom: 10px;
	}
	
#footer a, a:visited {
	color: #666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000;
	}
#altura{
height: 150px;
width:auto;
}

	
.form {margin:15px 25px 10px 50px;}
.form .text {display:block; border:solid 1px #B6A278; background: #F9F8F2; width:250px; padding:5px; font-size:14px; color:#000;}
.form label {display:block; margin-bottom:3px; margin-top:10px;}
.form .text:hover{background:#CC9966; border: solid 1px #000;}
.form .text:focus {background:#F4EFE3; border: solid 1px #000;}
.form .button { display:inline; border:solid 1px #CBBA96; background:#EAE3D5; padding:5px 10px 5px 10px; margin:10px 0px 10px 0px;}
.form .button:hover { display:inline; border:solid 1px #CC9966; background: #CC9966; padding:5px 10px 5px 10px; margin:10px 0px 10px 0px;}
