                                   ﻿/*
Theme Name: Neue Woche
Theme URI: http://www.neue-woche.com
Description: Das Webseitenlayout für die NEUE WOCHE.
Author: Mediacenter Walldorf (Thomas Brunner)
Version: 1.0
Tags: Neue-Woche
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ==== Allgemeines Layout ==== */

body {
	background: url(images/background.png);
	font-family: Trebuchet MS;
}

div#wrapper {
	width: 861px;
}

div#wrapper div#main {
	background: url(images/mainbg.png) repeat-y;
	width: 746px;
	padding-left: 25px;
	padding-right: 68px;
}

/* ==== Kopfbereich (Header) ==== */

div#wrapper div#header {	
	width: 861px;
	height: 50px;
	background: url(images/heading.png) no-repeat;
	padding-left: 25px;
	padding-top: 110px;
	font-size: 0.9em;
}

div#wrapper div#topnav {
	background: url(images/topnavi.png) no-repeat;
	height: 72px;
	width: 861px;
	padding-left: 25px;
	padding-top: 23px;
}

div#wrapper div#topnav ul li {
	float: left;
}

div#wrapper div#topnav ul li a.start,
div#wrapper div#topnav ul li a.profil,
div#wrapper div#topnav ul li a.anzeige,
div#wrapper div#topnav ul li a.jobs,
div#wrapper div#topnav ul li a.ausgabe {
	width: 125px;
	height: 61px;
	display: block;
	margin-left: 4px;
}

div#wrapper div#topnav ul li a.start {
	margin-left: -5px ! important;
}

div#wrapper div#topnav ul li a.facebook {
	width: 71px;
	height: 61px;
	display: block;
	margin-left: 38px;
}

div#wrapper div#topnav ul li a.profil:hover {
	background: url(images/top_aktuell.png) no-repeat;
}

div#wrapper div#topnav ul li a.start:hover {
	background: url(images/top_start.png) no-repeat;
}

div#wrapper div#topnav ul li a.anzeige:hover {
	background: url(images/top_anzeige.png) no-repeat;
}

div#wrapper div#topnav ul li a.jobs:hover {
	background: url(images/top_media.png) no-repeat;
}

div#wrapper div#topnav ul li a.ausgabe:hover {
	background: url(images/top_jobs.png) no-repeat;
}

div#wrapper div#topnav ul li a.facebook:hover {
	background: url(images/top_facebook.png) no-repeat;
}

/* ==== Content - MainContainer ==== */

div#content {
	font-size: 10pt;
	color: #2d2d2d;
	line-height: 19pt;
	background: url(images/container_bg.png) repeat-x;
	width: 485px;
	padding: 30px 15px 0 15px;
	text-align: justify;
	float: left;
}

div#content h1, 
div#kleinanzeigen h1,
h3.widgettitle,
h3.widget-title  {
	color: #e6193d;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	padding-bottom: 15px;
}

/* ==== Allgemeine Bestimmungen ==== */

div#footer:after,
div#form-top:after,
div#container:after,
div#joblist:after,
div#mustergalerie:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ==== Contentslider - Slideshow Startseite ==== */

div#main div.sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 749px;
	height: 268px;
}

div#main div.sliderwrapper div.contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0; 
	background: white;
	width: 749px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#main div.pagination {
	width: 400px;
	text-align: right;
	padding: 5px 10px;
}

div#kaffee {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/kaffee.png) 830px 50px no-repeat;
	overflow: auto;
	z-index: -1;
}

div#thumbnail {
	margin-bottom: 8px;
}

div#kleinanzeigen {
	font-size: 9pt;
	color: #2d2d2d;
	line-height: 12pt;
	background: url(images/container_bg.png) repeat-x;
	width: 190px;
	padding: 30px 15px 0 15px;
	text-align: justify;
	float: right;
}
	
div#kleinanzeigen li {
	list-style-type: none;
	border-bottom: 1px dotted #e6193d;
	padding: 0 2px 6px 2px;
	margin-bottom: 6px;
}

div#kleinanzeigen li a {
	color: #e6193d;
	text-decoration: none;
}

div#kleinanzeigen li a:hover {
	text-decoration: underline;
}

/* ==== Footer - Copyright ==== */

div#footer {
	font-size: 8.5pt;
	line-height: 10pt;
	padding-bottom: 15px;
}

div#footer a {
	color: #e6193d;
	text-decoration: none;
}

div#footer div#footer_menu {
	padding-top: 35px;
}

div#footer div#footer_links {
	border-top: 1px dotted #e6193d;
	padding-top: 8px;
	margin-top: 8px;
	color: #e6193d;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div#footer_links a.top {
	background: url(images/top_arrow.gif) 0 2px no-repeat;
	float: right;
	padding-left: 10px;
}

/* ==== Stellenanzeige - Kleinanzeigen ==== */

div#joblist {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 15px;
	margin: 15px 0;
}

div#joblist img {
	border: 1px solid #f8b2be;
	float: left;
	margin-right: 10px;
}

div#joblist p {
	padding-top: 2px;
	margin-bottom: 0em ! important;
}

div#joblist .entry-content {
}

div#joblist a {
	color: #e6193d;
	text-decoration: none;
	float: right;
	background: #f8b2be;
	padding: 5px 5px 4px 7px;
	display: block;
	margin: 0 -15px -15px 0;
}

div#joblist a:hover {
	background: #e6193d;
	color: #fff;
}

div#form-top {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #e6193d;
}

div#form-top p {
	margin-bottom: 0em ! important;
}

div#form-left {
	float: left;
}

div#form-right {
	float: right;
	width: 215px;
}

div #classiwrapper input {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 5px;
	color: #e6193d;
	margin-bottom: 5px;
}

input#form1 {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 5px;
	color: #e6193d;
	margin-bottom: 5px;
	width: 210px;
}

input#form1:hover,
div#mustergalerie a:hover, 
textarea#area1:hover, 
input#senden:hover, 
div#classiwrapper input:hover,
div#classiwrapper textarea:hover {
	border: 1px solid #e6193d;
}

div#mustergalerie {
	text-align: center;
	margin: 5px 0;
}

div#mustergalerie a {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 4px;
	color: #e6193d;
	text-decoration: none;
	margin: 5px 10px 5px 0;
	width: 141px;
	display: block;
	float: left;
}

textarea#area1,
div#classiwrapper textarea {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 4px;
	color: #e6193d;
}

input#senden {
	background: #ffcfd6;
	border: 1px solid #f8b2be;
	padding: 4px;
	color: #e6193d;
	margin-top: 6px;
}

ul#postsearchads {
	visibility: hidden;
	height: 0px;
	position: absolute;
}

h1.msg_head {
	padding: 0px ! important;
	cursor: pointer;
	position: relative;
}

div.msg_body {
	padding-top: 15px;
}

div#content p {
	margin-bottom: 1.625em;
}

span.toggle {
	float: right;
	color: #333;
	font-size: 0.7em;
}

span.toggle:hover {
	color: #e6193d;
}

li.widget_recent_entries {
	background: #e6193d;
	color: #fff ! important;
	padding: 0px ! important;
	border: 0px ! important;
}

li.widget_recent_entries h3 {
	color: #fff ! important;
	padding: 4px 0 6px 4px;
}

li.widget_recent_entries a {
	display: block;
	background: #fff;
	margin: 0px 0px -4px 0px ! important;
	padding: 3px;
}

li.widget_recent_entries li {
	border-bottom: 0px ! important;
}

.widget_nav_menu {
	border-bottom: 0px ! important;
	padding: 0px ! important;
	border-top: 1px dotted #e6193d ! important;
}

.menu-sidebar-container a:before {
	content: '→ ';
}

.menu-sidebar-container a {
	display: block;
	padding: 6px 4px;
}

.menu-sidebar-container a:hover {
	background: #e6193d;
	color: #ffffff ! important;
	text-decoration: none ! important;
	margin: 0 ! important;
}

.menu-sidebar-container li {
	padding: 1px 0 ! important;
	margin: 0 ! important;
}

.widget-container {
	margin-bottom: 0px ! important;
	border-bottom: 0px ! important;
}

#lookingfor {
	background: #e6193d;
	color: #ffffff ! important;
	margin: 10px -1px;
	padding: 1px;
}

#lookingfor h1 {
	color: #fff ! important;
	padding: 6px 0 0 4px;
	margin: 0px 0 -5px 0! important;
}

#lookingfor a {
	display: block;
	background: #fff;
	padding: 6px 4px;
	margin-top: -3px;
}

#lookingfor a:hover {
	text-decoration: none ! important;
	background: #e6193d;
	color: #fff;
}

.left2 {
	float:left; 
	text-align:right; 
	line-height: 2.45em;
	width: 230px;
}

label {
	display: block;
	margin-top: -15px ! important;
}

ul#links {
	list-style-type: none;
}

ul#links li a:before {
	content: '→ ';
}
	
ul#links li a {
	display: block;
	padding: 6px 4px;
	color: #e6193d;
	text-decoration: none;
}

ul#links li a:hover {
	background: #e6193d;
	color: #ffffff ! important;
	text-decoration: none ! important;
	margin: 0 ! important;
}

ul#links li {
	border-bottom: 0px ! important;
	padding: 1px 0px ! important;
	border-top: 1px dotted #e6193d ! important;
}

ul#links li:first-child {
	border-top: 0px ! important;
}

div#rechner p {
	display: inline;
}

div#mmrechner_result, div#mmrechner2_result {
	font-weight: bold;
}