/**
 * Schule an der Linth
 * __________________________________________________________________
 *
 * @author	Roland Schaer
 * @date	2009-03-21
 */

/* 
Wrapper 
_____________________________________________________________________
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
}

#wrapper {
	width: 800px;
	padding: 0 0;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#main {
	padding: 0 0 0 0;
	width: 800px;
	text-align: left;
}



/*
Header
_____________________________________________________________________
*/

#header {
	padding: 10px 0 0 0;
}

#rect {
	float: left;
	margin: 0 0 0 0;
	width: 262px;
	height: 30px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	cursor:pointer;
}

#rectquadrat {
	float: right;
	margin: 0 0 0 0;
	width: 114px;
	height: 114px;
	background: url(../images/logo_quadrat.gif) 0 0 no-repeat;
	cursor:pointer;
}

#nav {
	float: left;
	width: 630px;
	padding: 68px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
}

/* IE6 and IE7 hacks */
/* 
* html #nav { margin: 58px 0 0 0;}
*+html #nav { margin: 58px 0 0 0;}
*/

#nav ul, #subnav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav a {
	padding: 0 20px 0 0;
	color: #1364ad;
	text-decoration: none;
}

#nav a:hover, #nav .active a {
	text-decoration: underline;
}

#eyecatcher {
	clear: both;
	width: 800px;
	height: 250px;
}

#subnav {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

#subnav li {
	list-style-type: none;
}

#subnav a {
	display: block;
	padding: 5px 10px 0 10px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

#subnav a:hover, #subnav .active a {
	color: #fff;
	background: #77664a;
}


/*
Content 
_____________________________________________________________________
*/

#content {
	margin: 10px 0 0 0;
}

#text {
	float: left;
	padding: 20px 10px;
	width: 500px;
	background: #efece6;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#right {
	float: right;
	width: 270px;
	text-transform: uppercase;
	background: #efece6;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#footer {
	clear: both;
	width: 800px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 20px 0 20px 0;
	background-color: #e8e3da;
	alignement: center;
}

.ditto_summaryPost { margin-bottom: 40px;}
.ditto_date {float:left; width:150px; }
.ditto_summary {float:left; width: 382px; }

/* Contact form */
#kontaktform input, #kontaktform textarea {font-family: Arial, Verdana, sans-serif; width: 200px;}
#kontaktform td {text-align: left; padding: 5px;}

/* Register form */
#registerform fieldset {	
	border: 1px solid #e8e3da;
}

#registerform legend {
	color:#1364ad;
	font-weight: bold;
}

#registerform label {
	display: block;
	float: left;
	width:  49%;
}

#registerform input, #registerform textarea {
	width:  49%;
	margin: 0 0 5px 0;
}

#registerform .btn {
	margin-bottom: 20px 0px;
	width: auto;
	float: right;
}

#registerform .notice {
	padding: 5px 10px;
}

#registerform input.required {
	border: 1px solid #ff0000;
}
