/*
Theme Name: Morgenstern individual 
Theme URI: 
Description:
Version: 1.0
Author: MG
Last updated: 2009-10-06
*/

/*
 ######################################################################################################
 ###### General styles ################################################################################
 ######################################################################################################
*/
* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg_viewport.gif) repeat-x left top;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
}

#page-margins  {
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	text-align:center;
}

#page {
	position: relative;
	width:888px;
	overflow: hidden;
	margin: 25px auto 25px auto;
	padding:6px;
	text-align:left;
	z-index:10;
}


.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl {
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 72px;
	height: 72px;
	background-image: url('img/Sheet-s.png');	
}

.Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 36px, 36px, auto);
}

.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 36px, 36px);
}

.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(36px, 36px, auto, auto);
}

.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(36px, auto, auto, 36px);
}

.Sheet-tc, .Sheet-bc {
	left: 36px;
	right: 36px;
	height: 72px;
	background-image: url('img/Sheet-h.png');
}

.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 36px, auto);
}

.Sheet-bc {
	bottom: 0;
	clip: rect(36px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl {
	top: 36px;
	bottom: 36px;
	width: 72px;
	background-image: url('img/Sheet-v.png');
}

.Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 36px);
}

.Sheet-cl {
	left:0;
	clip: rect(auto, 36px, auto, auto);
}

.Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 36px;
	left: 36px;
	right: 36px;
	bottom: 36px;
	background-color: #FFFFFF;
}

a { color: #862D47; text-decoration:none; }
a:hover { color: #B03B5E; text-decoration:underline; }
a.link-admin {display:block; position:absolute; top:0; left:0; width:20px; height: 10px; border:none; outline:none;}

ul, li { padding:0; margin:0; list-style: none; }

fieldset { border: none; }

fieldset label {
	font-size:12px;
	font-family: verdana,tahoma,sans-serif;	
}

fieldset label.com {
	display:block;
	padding-bottom:3px;
	font-weight:bold;
}

input.textbox {
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:250px;
}

textarea {
	width:350px;
	padding:10px;
	line-height:2em;
	height: 200px;
	border: 1px solid #ccc;	
	font:1em Verdana, Arial, Serif;
}

img.alignright { text-align:right; float:right; padding-left:30px; }
img.alignleft { text-align:left; float:left; padding-right:30px; }
img.aligncenter { text-align:center; margin:0 auto; }

/*****************************************
 * HEADER
 *****************************************/
#header {
	width:100%;
	height:200px;	
	background: transparent url(img/illu-header.png) no-repeat center top;	
}

#header .link-header {
        display:block;
        position:absolute;
        left: 340px;
        top: 20px;
        width: 340px;
        height: 40px;
}

/*****************************************
 * CONTENT
 *****************************************/
#wrap {	}
#main { float:left; width:630px; padding-bottom: 50px; }

#main .breadcrumb { margin: 15px 0 20px 0; font-size:13px; font-weight: normal; }

/* pagecontent */
#main .post { float:left; }

#main .post h3 { display:none; }
#main .post h2 { font-size:16px; padding-bottom:10px }

#main .post .entry { font-size: 13px; line-height:140%; }
#main .post .entry p { padding-bottom: 15px; padding-right: 30px; }
#main .post-info { font-size:0.9em; color:#999; margin:0; padding-bottom: 20px; }

/*****************************************
 * SIDEBAR
 *****************************************/
#sidebar {
	float:left;
	width: 177px;
	padding: 0px 20px 30px 30px;
}
#sidebar li {
	line-height: 150%;
}

#sidebar ul li.page_item {
    padding: 0px 0 0px 12px;
    background-image: url('img/icon-link-bullet.png');
    background-repeat: no-repeat;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.2em;
}

#sidebar ul .current_page_item a { font-weight: bold; }
#sidebar ul li.page_item ul li a {font-size: 12px;}

#sidebar h2.widgettitle { padding-top:10px; font-size:16px; }

#sidebar .page_item ul { display:none; }
#sidebar .current_page_item ul,
#sidebar .current_page_parent ul { display:block; }


/*****************************************
 * FOOTER
 *****************************************/
#footer {
	clear: both;
	width: 858px;
	text-align: center;
	font-size:11px;
	color:#c2c2c2;	
	padding:15px;
	border-top:1px solid #e6e6e6;
}
#footer a {
	color:#c2c2c2;
}



/*****************************************
 * CONTENT Preise
 *****************************************/
table.tbl_price { margin-bottom: 18px; }
table.tbl_price th { padding-bottom:8px; }
table.tbl_price td {}
table.tbl_price td.td_type { width: 180px; }
table.tbl_price td.td_time { width: 80px; text-align:right; }
table.tbl_price td.td_euro { width: 80px; text-align:right; }
