/**************************************************

	Template Style fuer weingut-brinkmann.de
	
***************************************************/



body{

	margin:0 auto;http://www.weingut-brinkmann.de/typo3/backend.php

	padding:0;

	font:80% Verdana,Tahoma,Arial,sans-serif;

	background-color:#800000;

	color:#000000;
	
	background-image:url(../images/line-x.png);
	
	background-repeat:repeat-x;

}

#maincontainer{

	background-color: #FFFFFF;
	
	background-image:url(../images/line.png);
	
	background-repeat:repeat-y;

	margin:auto;

	width:800px;

	height: 100% ;

}



.imgLogo {
	margin: 5px ;
	
	padding:1px 10px 1px 1px;
	
	vertical-align: middle ;
}



#toppic {

	margin:0;

	border:0;

	background-image: url(../images/brinkmann.jpg);

	background-repeat: repeat-x ;

	background-position: center center ;

	height:170px ;
	
	width: 800px;

}


/******************* Navigation ***************/


.menu_0_item {
	background-image: url(../images/menu.png);
	
	background-repeat: no-repeat;
	
	background-position: left center;
	
	font-size: 12px;
	
	padding-left: 5px;
}

.menu_1_item {
	background-image: url(../images/menu.png);
	
	background-repeat: no-repeat;
	
	background-position: left center;
	
	margin-left:15px;
	
	font-size: 11px;
	
	padding-left: 5px;
}

.menu_0_item a {
	padding-left: 15px;
	
	color: #ffffde;
	
	line-height: 20px;
	
	display: block;
	
	text-decoration: none;
	
	text-transform:uppercase;
}

.menu_1_item a {
	padding-left: 0px;
	
	margin-left: 15px;
	
	color: #ffffde;
	
	line-height: 20px;
	
	display: block;
	
	text-decoration: none;
	
	text-transform:uppercase;
	
	font-size: 11px;
}

.menu_0_item_act {
	background-image: url(../images/menu_act.png);
	
	background-repeat: no-repeat;
	
	background-position: left center;
	
	padding-left: 5px;
}

.menu_1_item_act {
	background-image: url(../images/menu_act.png);
	
	background-repeat: no-repeat;
	
	background-position: left center;
	
	margin-left: 15px;
	
	font-size: 11px;
	
	padding-left: 5px;
}

.menu_0_item_act a {
	padding-left: 15px;
	
	line-height: 20px;
	
	display: block;
	
	text-transform:uppercase;
	
	text-decoration: none;
	
	color: #000000;
	
	font-weight:bold;
	
	font-size: 12px;
}

.menu_1_item_act a {
	padding-left: 15px;
	
	line-height: 20px;
	
	display: block;
	
	text-transform:uppercase;
	
	text-decoration: none;
	color: #000000;
	
	font-weight:bold;
	
	font-size: 11px;
}

.menu_0_item a:hover, .menu_1_item a:hover {
 	text-decoration:none;
 	
 	color: #000000;
}




/******************* Ende Navigation ***************/




/******************* Main Contents ***************/

#contentframe {

	background-color: #ffffff ;	

	background-repeat: no-repeat ;

	background-position: top center ;

}

.content-left  {
	
	float:left;
	
	width:160px;
	
	margin:10px 0px 10px 0px;
	
	padding-left: 65px;

}

.navigation  {
	
	float:left;
	
	width:100%;
	
	padding-left: 10px;

}


.sideimg  {
	
	margin-top:15px;
	
	float:left;
	
	width:100%;
	
	background-image:url(../images/rheinhessen.jpg);
	
	background-repeat:no-repeat;
	
	height:380px;

}

.contentline{

	border-top: 1px solid #c8cece;
	
	height: 15px;
	
	width:500px;
	
	float: left;
	
	margin-left:30px;
	
	padding-top:5px;
	
	
}

.content  {

	margin: 4px auto;

	height: 100% ;

	line-height:1.6em;

	text-align:left;

	color: #000 ;

	padding: 0px 15px 0px 30px ;
	
	float:left;
	
	width:500px;

}

.contents p{

	text-align:justify;
	
}

h1{

	font-size:17px;

	margin:0 0 15px 0;

	padding-bottom: 3px ;
	
	color: #800000;
	
	text-transform:uppercase;
	
	letter-spacing:1px;
	
	font-weight:bold;
}

h2{

	font-size:14px;

	margin:0 0 10px 0;

	padding-bottom: 3px ;
	
	color: #000000;
	
	text-transform:uppercase;

}

h3{

	font-size:13px;

	margin:0 0 5px 0;

	padding-bottom: 3px ;
	
	color: #000000;
	
	text-transform:uppercase;

}

h4{

	font-size:12px;

	margin:0 0 10px 0;

	padding-bottom: 3px ;
	
	color: #000000;
	
	text-transform:uppercase;

}

h5{

	font-size:10px;


	margin:0 0 10px 0;

	padding-bottom: 3px ;
	
	color: #800000;
	
	text-transform:uppercase;



}

.content p a{

	text-decoration:none;

	color:#800000;

	font-weight: bold ;


}



.content p a:hover{


	text-decoration: underline;

	color:#800000;

}

a{

	text-decoration:none;

	color:#000000;

	font-weight: bold ;


}



a:hover{


	text-decoration: underline;

	color:#000000;

}

a img{

	border:0;

}


.imgbox, {
	float: right ;
	margin: 60px 15px 15px 15px  ;

	border: 1px solid #777 ;
	padding: 15px ;
}


/******************* Header ***************/

#header {


	padding: 10px 0 0 650px;

	text-align:left;

	color: #800000;  

	font-size:10px;

	height: 25px ;

}

#header a {


	color:#800000;

	text-decoration:none;
	
	
	font-weight: normal;

}

#header a:hover {


	text-decoration:underline;

}

/******************* Footer ***************/



.footer {

	clear:both;

	margin:0 auto;

	padding:10px 0 0 0;

	width:800px;

	text-align:center;

	color: #800000; 

	font-size:10px;

	height: 35px ;

}

.footer a{

	color:#800000;

	text-decoration:none;


}

.footer a:hover{

	text-decoration:underline;
}

#copyright{
	height: 30px;
	
	width: 180px;
	
	padding-left:50px;
	
	float:left;
}


/******************* Image Settings ***************/


/*---------------------Mailformular--------------------------------*/

/*Mailformular*/

.csc-mailform{
	/*background-color: #ffffff;*/
	border: 1px solid #800000;
}


#mailform{
	margin-left:20px;
}

.csc-mailform-field{
	display: block;
	margin: 5px;
	padding: 5px;
}

.csc-mailform label{
	display: block;
	width: 110px;
	float: left;
	text-align: left;
	color: #800000;
}

.csc-mailform input, .csc-mailform textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #800000;
	width: 200px;
	padding: 2px 6px;
	font-size: 11px;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor: white;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color: #ffffff;
	border: 1px solid #800000;
}

/*****************Google Maps*************/

.poi-content{

line-height: 1.2em;

}

