/*
Theme Name: Crossing Waldschmidt
Theme URI: http://www.crossing-waldschmidt.de
Description: Crossing Waldschmidt Wordpress Theme
Author: Thoxan . agentur f&uuml;r neue medien
Author URI: http://www.thoxan.com
Version: 1.0
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 1.5;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
}

/* :::::::::::::::::::::::::::::::::: */
/* BODY */
/* :::::::::::::::::::::::::::::::::: */

#layBody {
	position:absolute;
	width:780px;
	left: 50%;
	margin-left:-390px;
	
}

#layHeader {
	position:relative;
	float: left;
	width:780px;
	height:147px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
}

#layHeaderNav {
	position:absolute;
	width:422px;
	height:35px;
	color:#FFFFFF;
	left: 350px;
	top: 97px;
	text-align:right;
}

#layNav {
	position:relative;
	float: left;
	width:770px;
	height: 33px;
	padding-top:17px;
	padding-left:20px;
}

#laySidebar {
	position:relative;
	float: left;
	width:232px;
}

#laySidebarContent {
	position:relative;
	float: left;
	width:232px;
	padding:15px;
}

#layContent {
	position:relative !important;
	float: right !important;
	width:500px !important;
	text-align:justify !important;
}

#layFooter {
	position:relative;
	float: left;
	width:780px;
	height: 10px;
	margin-top:25px;
	background-color:#f29769;
}

#layFooterText {
	position:relative;
	float: left;
	width:780px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:11px;
	color:#999999;
}

#layWhitespace {
	position:relative;
	float: left;
	width:780px;
	height: 20px;
}

/* :::::::::::::::::::::::::::::::::: */
/* NAVIGATION */
/* :::::::::::::::::::::::::::::::::: */

#layNav ul {
	padding:0px;
	margin:0px;
}

#layNav li {
	list-style-type: none;
	display:inline;
	padding-left: 15px;
	padding-right: 5px;
	background: url("images/menupoint.gif") no-repeat 0 50%;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#layNav li a {
	text-decoration: none;
	color: #232866;
}

#layNav li a:hover {
	text-decoration: none;
	color: #f29769;
}

/* :::::::::::::::::::::::::::::::::: */

#laySidebar ul {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:25px;
	margin:0px;
	list-style-type: none;
}

#laySidebar li a {
	padding: 9px;
	padding-left:20px; 
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f29769;
}

#laySidebar li a:hover {
	background-color:#232866;
}

div#blogside ul {padding-bottom: 5px;}
div#blogside li a {	padding: 3px;padding-left:10px; font-size:0.9em;font-weight:bold;height:15px;display:block;}
div#blogside h2 {font-size: 1.0em;font-weight:bold;padding-bottom:5px;margin-top:15px;margin-bottom:0px;}

div.post {border-bottom: 2px solid #232866;}
div.post h1 {border-bottom: 1px solid #eee;}

div.postmetadata {border:1px solid #eee;padding:10px;margin-bottom:10px;background-color:#fdfdfd;font-size:0.9em;}

input, textarea {border:1px solid #eee;margin-bottom:10px;background-color:#fdfdfd;font-size:0.9em;padding:4px;}

div.postmetadata ul {margin:0;padding:0;list-style-type:none;}
div.postmetadata li {margin-bottom:3px;}

a {color:#f29769;text-decoration:none;}
a:hover {color: #232866;}

input#submit {background-color: #f29769;color: #fff;font-weight: bold;padding: 3px;border: 1px solid #fff;}

/* :::::::::::::::::::::::::::::::::: */
/* UEBERSCHRIFTEN */
/* :::::::::::::::::::::::::::::::::: */

h1 {
	font-size:20px;
	color:#232866;
	text-decoration: none;
	font-weight:normal;
}

h1 a {
	padding: 0 0 0 30px;
	background: url("images/heading.gif") no-repeat 0 2px;
	font-size:20px;
	color:#232866;
	text-decoration: none;
	font-weight:normal;
}

h1 a:hover {
	color:#f29769;
	background: url("images/heading_b.gif") no-repeat 0 2px;
}

h2 {
	color:#f29769;
	font-size:16px;
	font-weight: normal;

}

h3 {
	font-weight: bold;
	font-size:14px;

}

/* :::::::::::::::::::::::::::::::::: */
/* VARIOUS */
/* :::::::::::::::::::::::::::::::::: */

.MenuHeading a {
	padding: 0 0 0 25px;
	padding-right: 10px;
	background: url("images/square_a.gif") no-repeat 0 50%;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

.MenuHeading a:hover {
	background: url("images/square_b.gif") no-repeat 0 50%;
	color:#FFFFFF;
}

.txtBlue {
	color:#232866;
}

.txtOrange {
	color:#f29769;
}

/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* :::::::::::::::::::::::::::::::::: */
/* Startseite */
/* :::::::::::::::::::::::::::::::::: */





#start_container{
	height:750px;
	width:780px;
	margin-top:0;
	float: right !important;
	}
	
#start_container a{
	color:#232866;
	text-decoration:none;
	border:none;
	}
	
#start_container img{
	border:none;
	}

#start_head{
	background: url("images/start_head_bg.jpg");
	background-repeat:repeat-x;
	height:230px;
	width:782px;
	margin-bottom:15px;
	float: right !important;
	}

		#start_head_image{
			margin-top:8px;
			float:right;
			width:500px;
			height:188px;
			}
		
		#start_head_txt{
			float:left;
			margin-top:5px;
			margin-left:24px;
			width:230px;
			height:160px;
			}
		
		.start_small{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#232866;
			line-height:18px;
			}
		
		.start_big{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:20px;
			color:#232866;
			line-height:24px;
			font-weight:bold;
			}
		
		#start_head_txt .start_middle{
			text-align:right;
			}
		
		.start_middle{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#232866;
			line-height:20px;
			font-weight:bold;
			}
			
		
		.start_middle_content{
			margin:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#232866;
			line-height:20px;
			}
		
#start_middle, #start_bottom{
	width:782px;
	height:255px;
	float: right !important;
	}

#start_middle_left, #start_bottom_left{
	float:left;
	height:239px;
	width:255px;
	}

#start_middle_center, #start_bottom_center{
	float:left;
	height:239px;
	width:265px;
	}

#start_middle_right, #start_bottom_right{
	float:left;
	height:239px;
	width:260px;
	}
	
#start_middle_left_img, #start_middle_center_img, #start_middle_right_img, #start_bottom_left_img, #start_bottom_center_img, #start_bottom_right_img{
	float:left;
	height:190px;
	width:250px;
	overflow:hidden;
	}
	
#start_middle_center_img, #start_middle_right_img, #start_bottom_center_img, #start_bottom_right_img{
	padding-left:11px;
	}

#start_middle_left_txt, #start_middle_center_txt, #start_middle_right_txt, #start_bottom_left_txt, #start_bottom_center_txt, #start_bottom_right_txt{
	float:left;
	padding-top:5px;
	margin-top:0;
	width:250px;
	text-align:center;
	
	}

#start_middle_center_txt, #start_middle_right_txt, #start_bottom_center_txt, #start_bottom_right_txt{
	margin-left:9px;
	}










































	
