/* Architecture */
html { }

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 815px;
	margin: 30px auto;
	background: #000000;
border:1px solid #ffffff;
}

#startwrapper {
	width: 600px;
	margin: 30px auto;
	background: #000000;
border:1px solid #ffffff;
}

#header {
	height: 140px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 3px solid #666666;
display:none;
}

#access {
display:none;
}

#container {
float: left;
width: 600px;
border-right:1px solid #fff;
}

#content {
background: #000;
width:600px;
position:relative;
}

#sidebar {
margin: 0 0 0 -1px;
padding-bottom:20px;
width: 210px;
float: left;
overflow: hidden;
color:#ffffff;
border-left:1px solid #fff;
}

#footer {
	clear: left;
	width: 100%;
}

/* sidebar navi */

#sidebar a{
color:#969696;
font-style:normal;
}

#sidebar a:hover{
color:#fff;
}

#sidebar a.homebutton, #sidebar .labels, #sidebar .nl_archiv, #sidebar a.nl_bestellen, #sidebar a.downloads, #sidebar a.presse, #sidebar .suche, #sidebar a.impressum {
margin-top:20px;
height:26px;
width:130px;
display:block;
text-indent:-3000px;
}

#sidebar a.homebutton {
background:url(mainpics/home.gif) no-repeat;
}

#sidebar a.homebutton:hover, body.home #sidebar a.homebutton {
background:url(mainpics/home.gif) no-repeat 0 -29px;
}

#sidebar #collapsarch-3 ul li ul li.item{
padding-left:10px;
}

#sidebar .labels {
background:url(mainpics/labels.gif) no-repeat;
}

#sidebar .nl_archiv {
height:50px;
width:140px;
background:url(mainpics/archiv.gif) no-repeat;
}

#sidebar a.nl_bestellen {
height:50px;
width:140px;
background:url(mainpics/nl_bestellen.gif) no-repeat;
}

#sidebar a.nl_bestellen:hover, body.pageid-4241 #sidebar a.nl_bestellen {
background:url(mainpics/nl_bestellen.gif) no-repeat 0 -53px;
}

#sidebar a.downloads {
background:url(mainpics/downloads.gif) no-repeat;
}

#sidebar a.downloads:hover, body.pageid-3022 #sidebar a.downloads {
background:url(mainpics/downloads.gif) no-repeat 0 -29px;
}

#sidebar a.presse {
background:url(mainpics/presse.gif) no-repeat;
}

#sidebar a.presse:hover, body.pageid-471 #sidebar a.presse {
background:url(mainpics/presse.gif) no-repeat 0 -29px;
}

#sidebar .suche {
background:url(mainpics/suche.gif) no-repeat;
}

#sidebar a.impressum {
background:url(mainpics/impressum.gif) no-repeat;
}

#sidebar a.impressum:hover, body.pageid-511 #sidebar a.impressum {
background:url(mainpics/impressum.gif) no-repeat 0 -29px;
}


/* General */
* {
	margin: 0;
	padding: 0;
}

a {
color: #000000;
text-decoration: none;
font-style:italic;
}

a:hover {
	color: #666666;
}

a:active, a:focus {
outline:0;
}

img {
	border: 0;
}

p {
text-align: justify;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 760px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

#nav-below {
display:none;
}

body.search #nav-below {
display:block;
}

#nav-below a {
color:#333333;
}

#nav-below a:hover {
color:#666666;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
display:none;
}

.hentry {
background:#ffffff;
}

.pageid-511 .hentry, .pageid-3022 .hentry{
padding-bottom:20px;
min-height:500px;
}

.entry-title {
	width: 450px;
	font-weight: normal;
	font-size: 160%;
display:none;
}

.entry-comments {
	float: right;
display:none;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
display:none;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
display:none;
}

.entry-footer {
display:none;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
text-align:justify;
background: #fff;
position:relative;
min-height:700px;
}

.entry-content p {
	line-height: 1.4;
	margin: 20px;
}


.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.logo_footer{
position:absolute;
bottom:0;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
display:none;
}

#sidebar ul {
	list-style: none;
padding-left:20px;
}

#sidebar ul li {
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* search */

#search #s{
background: #000;
border:1px solid #969696;
padding:2px;
color:#fff;
width:135px;
}

#search #searchsubmit{
background:url(mainpics/search_button.gif) no-repeat;
width:20px;
height:20px;
border:0;
text-indent:3000px;
}

.search-terms {
font-weight:bold;
}

.suchergebnisse{
padding-bottom:15px;
}

/* Comments */

#comments{
display:none;
}

.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}


/* Panel */

#panel {
background: #000000;
height: 180px;
width:600px;
/*display:none;  wenn der slider am anfang eingeklappt sein soll*/
}

#panel a {
color:#ffffff;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;
}

.btn-slide {
background: url(http://www.modeist.com/panel/navigation600.jpg) no-repeat;
text-align: left;
	width: 600px;
	height: 21px;
	display: block;
	color: #fff;
text-indent:-3000px;
}

#panel ul {
list-style: none;
}

#panel .panel_home, #panel .panel_cat, #panel .panel_arch, #panel .panel_publ, #panel .panel_impr, #panel .panel_pr  {
margin-top:20px;
float:left;
width:120px;
}

#panel .panel_home, #panel .panel_arch, #panel .panel_pr {
width:90px;
}

#panel .panel_impr {
width:70px;
}

#panel .panel_publ{
width:140px;
}

#panel .minus4 {
margin-left:-4px;
}

/* Pr Kit Seite */

.prkit_liste{
padding:0 0 10px 20px;
}

.prkit_liste li{
list-style-type:none;
}

/* cforms */

form.cform{
padding:20px 0 20px 0;
}

.cf-sb{
clear:both;
}

.linklove{
display:none;
}

/* Specials */

.weisseschrift{
padding-right:20px;
padding-left:20px;
}

.weisseschrift a{
color:#d5d5d5;
}

.weisseschrift a:hover{
color:#ffffff;
}

.specialueber{
padding-top:20px;
display:block;
}

.guerilla201004{
display:block;
height:298px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color:#d5d5d5;
background: url(http://www.modeist.com/wp-content/uploads/2010/02/1002-modeist-guerilla-02.jpg) no-repeat;
}

/* newsletter */

#sidebar .wpsb_opt_in, 
.wpsbbestaetigung{
display:none;
margin:0;
padding:0;
}

.wpsb_form_radio{
display:none;
}

p.wpsb_form_label{
margin:0;
}

.nl_page_left{
width:400px;
float:left;
padding-right:20px;
}

.nl_page_right{
padding-top:20px;
}

.nl_page_right p{
text-align:left;
}

.nl_page_small, .ie_hinweis{
color:#999;
font-size:0.8em;
}

.ie_hinweis{
display:none;
}

.ie_hinweis img{
padding:0 10px 0 0;
}

.wpsb_form_txt{
border:0;
padding:2px;
margin-bottom:3px;
background: #000;
color:#fff;
}


/* Accordion */

#accordion{
padding:0 20px 0 20px;
}

#accordion .ui-accordion-header{
padding-bottom:8px;
}

#accordion h3 a{
font-size: 12px;
font-style:normal;
margin-top:-5px;
}

.ui-state-active {
outline:0;
}

.ui-icon-triangle-1-s{
background:url(mainpics/collapse_small.png) no-repeat;
width:11px;
height:11px;
display:inline-block;
padding:0 2px 0 0;
}

.ui-icon-triangle-1-e{
background:url(mainpics/expand_small.png) no-repeat;
width:11px;
height:11px;
display:inline-block;
padding:0 2px 0 0;
}

.dlgal{
padding-bottom:90px;
}

.dlgalblack{
background-color:#000;
}

/* Uebersicht */

#uebersicht{
margin-left: 21px;
list-style-type:none;
}

#uebersicht li{
float:left;
margin:0 3px 3px 0;
height:241px;
}

#uebersicht li.label:hover{
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
position: relative;
z-index: 5;
-webkit-box-shadow: 2px 2px 5px #595959;
-moz-box-shadow: 2px 2px 5px #595959;
box-shadow: 2px 2px 5px #595959; 
-webkit-transition: -webkit-transform .10s linear;
-moz-transition: -moz-transform .10s linear;
-o-transition: -o-transform .10s linear;
transition: transform .10s linear;
}

/* Downloadgalerie */

.galborder img{
border:1px solid #d9d9d9;
margin:0 6px 4px 0;
}
