
/* ====================== START NORMALER TEXTBEREICH (EDITOR) ====================== */

body{
	font-size:12px;
	color:#000000;
	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial;
	background-color:#ffffff;
	background-image:url('../img/cocktail.jpg');
	background-position:center;
	text-align:center;
	margin: 20 auto;
	}

div#footer {
		width:620px;
		text-align:center;
		font-size:10px;
		padding-top:30px;
}

td, div {
	font-size:12px;
	color:#000000;
	
}

a:link{
	text-decoration:none;
	color:#000000;
}
a:visited{
	text-decoration:none;
	color:#000000;
}
a:active{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#000000;
	}


div#container {
	width:789px;
	text-align:left;
	background-image:url('../img/cocktailsandmore.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	margin: 0 auto;
	padding-left:0px;
	

}
#content {
	float:left;
	width:570px;
	padding-left:30px;
	padding-right:0px;
	padding-top:80px;
	
}


#nav {
	float:left;
	width:172px;
	margin-top:80px;
}

#nav li {
list-style-type:none;
border-bottom:1px solid #ffffff;
list-style-position:inside:;
padding:4px;
margin-left:-10px;

}

#nav li a:link, li a:visited {
color:#ffffff;
}

h1 {
	font-size:16px;
}

h2 {
font-size:20px;
width:570px;
margin-bottom:6px;
line-height:30px;
border-bottom: 2px solid #870c11;
padding-bottom:4px;
font-weight:bold;
margin-top:10px;

}

h3 {
font-size:11px;
margin:0px;
padding:0 0 0 0;
line-height:16px;
}

.tdBez {
	float:left;
	width:300px;
}

.tdInfo {
	text-align:right;
}

.cocktailAnleitung {
float:left;
width:300px;
padding:4px;
margin-right:20px;
height:180px;
}

.cocktailRezept{
border-top: 1px solid #870c11;
border-bottom: 1px solid #870c11;
padding:4px;
width:220px;
background-color:#fafafa;
float:right;
height:180px;

}

.tdCocktail {
border-bottom: 1px dotted #870c11;
width:570px;
}

.tdCocktailhover {
border-bottom: 1px dotted #870c11;
background-color:#efefef;
cursor:hand;
width:570px;
}

/************ FORMULARE *******************/


INPUT {
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 2px solid #cccccc;
	color : #000000;
	background : #deebbf;
}

TEXT {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border : 1px solid #858585;
	color : #000000;
	background : #deebbf;
}

	
TEXTAREA {
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	background: #deebbf;
}

OPTION {
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	
	color: #000000;
	background: #deebbf;
}

SELECT {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	background: #deebbf;
	
}

