/* -----------------------------------------------------------------------------------------
   estilo.css 2008-02-26  

   autor: Jürgen Heitman
   http://www.dpwgranada.net

   ---------------------------------------------------------------------------------------*/
img{
	border: 0;
}

a.main:link{text-decoration:none;color:#ff6600;}
a.main:visited{text-decoration:none;color:#ff6600;}
a.main:active{text-decoration:underline;color:#ff6600;}
a.main:hover{text-decoration:underline;color:#0c447b;}

a.Tips2:link{text-decoration:none;color:#ff6600;}
a.Tips2:visited{text-decoration:none;color:#ff6600;}
a.Tips2:active{text-decoration:underline;color:#ff6600;}
a.Tips2:hover{text-decoration:underline;color:#ff6600;}

a.top, a.top:link{font-size: 14px; font-weight:normal;text-decoration:none;color:#fff;}
a.top:visited{font-weight:normal;text-decoration:none;color:#fff;}
a.top:active{font-weight:normal;text-decoration:none;color:#ff6600;}
a.top:hover{font-weight:normal;text-decoration:none;color:#ff6600;}
a.sel{font-weight:normal;text-decoration:none;color:#ff6600;}


html, body, a, h3, h4, h5, h6, br, ul, ol, li, div, input, select, textarea, form, td {
	margin: 0;
	padding: 0;
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #0c447b;
}

h1, h2 {
	margin-top: 0;
	font-size: 18px;
	font-weight: strong;
}

td{
	line-height: 18pt;
}

body{
	text-align: center;
	background-color: #f1f4f9;
}

#top{
	background: #f1f4f9 url(images/bg_body.gif) repeat-x top left;
	height: 161px;
	text-align:left;
}

.logo{
	float: left;
	position: absolute;
	top: 20px;
	left: 30px;
}

.werbung{
	float: right;
	position: absolute;
	top: 15px;
	right: 100px;
}

#top_menu{
	clear: both;
	text-align:right;
	position: absolute;
	top: 95px;
	right: 40px;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
}

#contenedor{
	text-align: left;
	width: 958px;
	margin: auto;
	background: #f1f4f9;
}


#caja_arriba {
	width: 958px;
	margin-top: 15px;
	height: 21px;
	background: url(images/bg_1.gif) left top no-repeat;
}

#caja_arriba2 {
	width:958px;
	background: url(images/bg_3.gif) left top repeat-y;
	min-height: 450px;
	overflow: auto;
}

#left{
	float: left;
	padding-left: 20px;
	width: 200px;
	min-height: 400px;

}

#left p{
	width: 170px;

}

#up {
	float: right;
	margin-right: 40px;
	* margin-right: 20px;
	cursor:pointer;
}
	
#down {
	clear: right;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	* margin-right: 20px;
	cursor:pointer;
}
	
#cont {
	position:relative; 
	left:0; 
	top:0; 
	width:136px; 
	height:430px; 
	overflow:hidden;
}

fieldset {
	background: #f1f4f9; 
	position: relative; 
	line-height: 1em;
	padding-left: 10px;
}

 fieldset legend {
 line-height: 1.3 
 /* note this line-height value */;}
 
 /* IE6 fix */
 * html fieldset#fixed legend {
 float: left; position: 
 relative; margin-top: -.95em 
 /* equals actual line-height minus 0.35em */;}
 
 * html p.comp {
 margin-bottom: 18px;}

 /* IE7 fix */ 
 *:first-child+html fieldset#fixed legend {
 float: left; position: relative; 
 margin-top: -.95em 
 /* equals actual line-height minus 0.35em */;}
 
 *:first-child+html p.comp {
 margin-bottom: 18px;}


	
#text {
	position:absolute; 
	left:0; top:0; 
	width:130px; 
}


.thumb_bg{
	background-image: url(images/thumb_bg.gif); 
	background-repeat: no-repeat;
	height: 92px;
	width: 122px;
}

ul.left{
	list-style:circle outside;
	margin: 1.1em 1em 1.4em 1em;

}



ul.main{
	list-style:circle outside;
	margin: 1.1em 0 1.4em 1.4em;
}

ul.main li{

	padding: 0 0 8px 0;
}

#caja_arriba2_bottom {
	width: 958px;
	height: 21px;
	background:url(images/bg_5.gif) left top no-repeat;
}

#right{
	float: right;
	width: 680px;
	margin-top: 0;
	padding-right: 20px;
}

#right1{
	float: left;
	width: 245px;
}

#right2{
	float: right;
	width: 420px;
}

#right_pic{
	float: left;
	height: 240px;
}

span.galery{
	padding-right: 5px;
}

#right_topic{
	margin-top: 0;
	float: left;
	width: 120px;
}

#right_link{
	float: right;
	text-align: left;
	width: 230px;
}

.front_img{
	float: left;
	width: 225px;
}

#right_gal{
	clear: both;
}

#accordion {
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
        padding: 0px 0px 15px 7px;
}

blockquote {
	padding:5px 20px;
}

span.small{
	font-size: 85%;

}

#footer{
	text-align: center;
	font-size: 85%;
	margin-top: 5px;
	height: 30px;
}

.clear{
	clear: both;
}

.ref{
	width: 120px;
	height: 90px;
	float: left;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #e5e5e5;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
	width: 180px;
	text-align: left;
}
 
.tool-text {
	font-weight: normal;
	font-size: 12px;
	background: url(images/bubble2.png) bottom right;
	padding: 4px 8px 8px;
	width: 180px;
	text-align: left;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	width: 200px;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
	width: 200px;
	text-align: left;
}