﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	color:#000;
	background-color:#000;
}

td,p,ul,ol,li,h1,h2,h3,h4,h5,h6,div,small,strong,pre span {
	font-family:Helvetica, Arial, sans-serif;
}
strong { color: #534f4f;}


img {border-style:none}

#header {
	text-align:left;
	padding:7px;
	color: #ee7c30;
	font-size:303%;
	line-height:123%;
	background-color:#020109;
	background:url(img/margarita.jpg) no-repeat scroll right 0 transparent;
	height: 300px;
	background-image: url(/img/margarita.jpg);
}

h1 {
	padding-top: 125px;
	color:#77b924;
	font-family:georgia, times-new roman;
	font-weight: bold;
}

#header img{
	float:right;
}

#container{
	margin-top:20px;	
}
#inhalt {
	width:477px;
	float:left;
	color:#787571;
	margin-top:20px; 
	padding:10px;
}

#inhalt p {
	padding-right:5px;
	color:#787571;
	font-size: 12px;
}

#keywords {
	width:268px;
	float:right;
	color:#CCC;
	font-size: 84%;
	margin-top:96px;
}

#keywords a{
	margin-right:5px;
	
}

a:link {color:#534f4f;}
a:visited {color:#6c6c6c;}
a:hover {color:#727070;}
a:active {color:#eb6e12;}
a:focus {color:#534f4f;}

a {font-weight:600}
h4 a {font-weight:bold}



#footer {
	font-size:0.7em;
	margin-top:5em;
	padding-bottom:2em;
		
}


#footer p{
	text-align:center;
	color: #787571;
}

#validate {
	text-align:center;
	padding: 10px;
}

.clear {
	clear:both;
}
