/*
Theme Name: Langen News
Description: Das Theme für langen-news.de
Author: Marcus Kober
Version: 1.0
*/

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration:none; }

/* SITE INDIVIDUAL CSS */

body {
	background:url(images/bg-body);
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:1.5em;
}

/* LAYOUT */

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	background:#fff url(images/head-1.jpg) no-repeat center center;
	height:310px;
	margin:30px 0;
}

#content-wrapper .spalte1 {
	background:#fff;
	float:left;
	margin-right:30px;
	padding:25px 15px;
	width:210px;
}

#content-wrapper .spalte2 {
	background:#fff;
	float:left;
	padding:25px;
	width:580px;
}	

#footer {
	background:#fff;
	color:#666;
	margin:30px 0;
	padding:15px;
}

#footer .spalte1 {
	float:left;
	width:500px;
}

#footer .spalte2 {
	float:left;
	text-align:right;
	width:370px;
}

#footer a,
#footer a:visited {
	color:#666;
	text-decoration:underline;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color:#000;
	text-decoration:none;
}

/* HAUPTMENÜ */

.mainnavi a,
.mainnavi a:visited {
	border-bottom:1px solid #ddd;
	color:#666;
	display:block;
	font-size:14px;
	line-height:40px;
	padding:0 5px;
}

.mainnavi li:first-child {
	border-top:1px solid #ddd;
}

.mainnavi a:focus,
.mainnavi a:hover,
.mainnavi a:active {
	color:#000;
	background:#f0f0f0;
}	

.mainnavi .current-menu-item {
	background:#f0f0f0;
	font-weight:bold;
}

/* ALLGEMEINE INHALTE */

.content p {
	margin-bottom:30px;
	font-family:'Droid sans',Verdana,Arial,sans-serif;;
	font-size:14px;
	line-height:1.6em;
	text-align:center;
}

.content a,
.content a:visited {
	color:#666;
	text-decoration:underline;
}

.content a:focus,
.content a:hover,
.content a:active {
	color:#000;
	text-decoration:none;
}

.content img {
	border:1px solid #666;
	padding:2px;
}

/* STARTSEITE */

.content h1.heirat {
	font-family:'Tangerine',Georgia,serif;
	font-size:60px;
	font-weight:normal;
	line-height:100px;
	margin-bottom:40px;
	text-align:center;
}

/* GALERIE */

.galerie h2{
	margin:30px 0 20px;
}

.gallery li {
	float:left;
	height:160px;
	margin:0 30px 10px 0;
	width:160px;
}

.gallery a {
	background:#f0f0f0;
	border:1px solid #888;
	display:block;
	padding:4px;
	text-align:center;
}

.gallery a:hover {
	background:#888;
	border-color:#000;
}


.gallery a.topmargin {
	margin-top:33px;
}

.gallery a.horiz {
	margin:0 auto;
	width:100px;
}

.bildunterschrift {
	color:#555;
	font-size:10px;
	text-align:center;
}


.content .gallery img {
	border:0;
	display:block;
	padding:0;
}
