/*  
Theme Name: Dillenburger Jugendtage
Theme URI: 
Description: 
Version: 1.0
Author: Christian Jung
Author URI: http://www.stylecollision.de 

	
 */

body {
	background-color: #043a63;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}

div#dillenburgerjugendtage {
	width:940px;
	margin:0 auto;
}

img.logo {
	margin:0 0 0 43px;
	border:none;
}

ul#navigation {
	background: #f49e12;
	height:58px;
	margin:0;
	padding:0 33px;
	list-style:none;
	border-bottom:10px solid #fff;
}

ul#navigation li {
	float:left;
	margin:0;
	padding:0;
}

div#titel {
	display:block;
	height:185px;
	background:url(images/titel.jpg);
}

div#inhalt {
	display:block;
	padding:20px 50px;
	background-color:#08497b;
}

div#datum {
	display:block;
	background:url(images/datum.gif);
	height:68px;
	margin: 0 0 60px 0;
}

img {
	border:none;
}

h1 {
	background:url(images/indent.gif) no-repeat;
	font-weight:bold;
	margin: 0 0 12px 0;
	padding:0 0 0 26px;
	font-size:20px;
	text-transform:uppercase;
}

p, td {
	font-size:12px;
	line-height:150%;
	margin: 0 0 6px 0;
}

blockquote {
	border-left: 5px solid #f49e12;
	background-color:#0f5387;
	font-size:14px;
	line-height:200%;
	padding: 20px;
}

div#inhalt ul {
	margin:10px 55px;
	padding:0;
}

div#inhalt ul li {
	border-bottom:1px solid #0f5387;
	list-style:url(images/li.gif);
	margin:0;
	font-size:12px;
	line-height:200%;
	padding: 5px 0;
	width:400px;
}

a:link {
	color: #f49e12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f49e12;
}
a:hover {
	text-decoration: underline;
	color: #f49e12;
}
a:active {
	text-decoration: none;
	color: #f49e12;
}

div.css_post_embedded, div.css_form_embedded {
	color:#fff;
	border:none;
}

img.alignright {	
	float:right;
	clear:both;
	margin: 0 0 5px 20px;
}
