/* CSS Document */

* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #990000;
	text-align: left;
	/*background:url(../images/2998.jpg);
	background-repeat: no-repeat;*/	
	}

	body {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		text-align: left;
		color: #666666;
		background: url(../images/2998.jpg);
		background-repeat: no-repeat;
		width: 920px;
		
		}
	body#sub {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		
		color: #6b6d67;
		width: 930px;
		margin: 0;
		text-align: left;
		background:url(../images/2998a.jpg);
	    background-repeat: no-repeat;
		}
	body#start {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		background: url(../images/2998.jpg);
		color: #6b6d67;
		width: 930px;
		margin: 0 0;
		text-align: left;
		background:url(../images/2998.jpg);
	    background-repeat: no-repeat;
		}
		
	body#tour {
			width: 500px;
			}
	
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}






/* interface
-------------------------------------------------------- */
#wrap{
    text-align:left;
    font-size:100%;
    margin:auto;
    width:940px;
    height:100%;
	border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    background-color:#FAFAFA;
}

#header, #content {
	float: left;
	position: relative;
	width: 100%;
	}
	
	#content {
	
	margin:0px;
	width:930px;
	/*height:100%;
	border-bottom:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	background:url(../images/2998.jpg);
	background-repeat: no-repeat;
	background-color:#FAFAFA;
	padding-left: 0px;	border-bottom: 1px solid #e0e0e0;*/
		}
		
	.txtmain {
	background: #FFFFFF;
	padding: 0;
	height:240px;
	width: 440px;
    margin-top: 0px;
	}
    .txtmaincap {
	background: #FFFFFF;
	padding: 0;
	height:401px;
	
	width: 440px;
    margin-top: 0px;
	}
	
#left {
	float: left;
	width: 260px;
	
			}
		
	
#main {
	float: left;
	width: 460px;			/*margin-left: 2px;
			padding-left:80px;*/
			}
html#main {
	 /*float: left;
	  margin-left: 10px;*/
				width: 453px;
			    padding-top:16px;
				padding-left:160px;
			}
			
			/*#home #main {
				float: left;
				width: 815px;
				}*/
			
		#sidebar {
	float: right;
	width: 180px;
	
	margin: 44px 10px 0px 2px;
	
			}
			#sidehead {
    margin:  0 0 10px 0;
	
			}

#footer {
	margin: 10px 0 0 0;
	border-top: 1px solid #e0e0e0;
	/*border-top: 1px solid #f0f0f0;*/
	padding-top: 2px;
	background: #ffffff;
	float: left;
	width: 920px;
	}
	

	

/* navigation links
-------------------------------------------------------- */



#sidebar h3 {
	background: #e0e0e0;
	padding: 3px 0 3px 10px;
	display: block;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #6b6d67;
	font-size: 14px;
	}
	
	#sidebar h3 a {
		color: #ffffff; /*21211f;*/
		text-decoration: none;
		}

.imprint {
	padding: 2px 0;
	background: #ffffff;
	margin-bottom: 10px;
	list-style-type:none;
	/*border-bottom: solid 1px #e0e0e0;*/
	}
	.imprint li {

	list-style-type:none;
	/*border-bottom: solid 1px #e0e0e0;*/
	}
.blogbar {
	padding: 1px 0 6px 0;
	background: #f0f0f0;
	margin-bottom: 20px;
	
	/*border-bottom: solid 1px #e0e0e0;*/
	}
	
	#blogbar ul {
		padding-bottom: 2px;
		background: #f0f0f0;
		list-style-type:none;
		padding-left: 0;
		margin-left: 0;
		}

#subnav li, .blogbar li {
	background: #f0f0f0;
	display: inline;
	}
	
	#subnav li ul {
		padding-bottom: 6px;
		background: #f0f0f0;
		list-style-type:none;
		padding-left: 0;
		margin-left: 0;
		}
	
	#subnav li a {
		display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0  6px 8px no-repeat;
		font-size: 15px;
		text-decoration: none;
		color: #393a36;
		}
		
		#subnav li li a, .blogbar li a {
	border: none;
	display: block;
	background: #f0f0f0;
	padding: 0 0 2px 10px;
	font-size: 12px;
	color: #6b6d67;
	text-decoration: none;
			}


				#subnav li li li a {
					border: none;
					display: block;
					background: #f0f0f0;
					padding: 0 0 0 45px;
					font-size: 9px;
					color: #6b6d67;
					}
					
					#subnav li li ul {
						margin: 0 0 -6px 0;
					}

	#subnav a:hover {
		color: #21211f;
		}
		
	#subnav .current_page_item a {
		color: #21211f;
		border-left: 3px solid #a6d01b;
		}
	
	#subnav .current_page_item li a {
		color: #6b6d67;
		border: none;
		}






/* non-navigation links
-------------------------------------------------------- */
#main a, #women a, #tour a {
	color: #990000;
	text-decoration: none;
	}


#footer a {
	color: #6b6d67;
	text-decoration: none;
	}
	
#main a:hover, #footer a:hover, #women a:hover, #tour a:hover {
	color: #999999;
	text-decoration: none;
	}

	
	
	a img {
		border: none;
	}


/* content area
-------------------------------------------------------- */
#masthead img {
padding-left:5px;
	/*border: 5px solid #f0f0f0;*/
	}
	


.col {
	float: left;
	width: 260px;
	border-right: 5px solid #f0f0f0;
	margin: 30px 0;
	}

.end {
	border: none;
	}

img {
	margin: 0 4px 0 0;
}

#left img  {
	margin: 0;
	
}


/* text
-------------------------------------------------------- */
#main p, #main li, #main h4, #main h3 {
	padding-left: 0px;
	}


#main p {
	padding-bottom: 18px;
	}

li {
	list-style: none; 
	}
	
	#main li, #tour li {
		list-style: circle;
		padding-left: 0px;
		margin-left: 0px;
		padding-bottom: 6px;
		}
		
		#main p.vid {
			list-style:none;
			float: left;
			width: 45%;
			display: block;
			padding-bottom: 20px;
		}
	
	#main ul {
		padding-bottom: 18px;
		padding-left: 14px;
		margin-left: 0;		
		}
	
h2 {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 14px;
	height: 36px;
	}
	
a h2 {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 14px;
	height: 36px;
	}

	#home h2 {
		font-weight: bold;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 12px;
		}

		#main h4 {
			font: normal 15px georgia, serif;
			font-style: italic;
			margin: 30px 0 15px 0;
			border-top: 1px solid #a6d01b;

			}

#footer p {
	color: #CCCCCC;
	font-size: 12px;
 	text-align: right;
	}


#main h3 {
	font-size: 13px;
	}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #6b6d67;
	}

#home #main h3, #home #main p {
	padding: 0 12px;
	}
	
.inglese {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	}
.quelle {
	font-weight: normal;
	font-size: 10px;
	/*color: #999999;*/
	}
.quelle a{
	color: #999999;
	text-decoration: none;
	}

