
/* ========================================================
   CSS fuer turmatt-stans.ch
   --------------------------------------------------------
   Autor:	Andy Aschwanden
			andy@aschwanden.org
  =========================================================
*/  

/* ----------------- */
/* define layout     */
/* ----------------- */


#p7TP1 {
	float: left;
	width: 100%; 
	}

body {
	margin:15px 30px 15px 30px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#header {
	border:1px solid #638EEF;
	background: #fff url(../images/layout_bg.gif) repeat-x left;
	}
	
#outer_wrapper {
	background: #fff url(../images/bg_left221.gif) repeat-y left;
	}
	
#wrapper {
	background: url(../images/bg_right.gif) repeat-y right;
	}

#container {
	width: 100%;
	float: left;
	margin-right: -221px;
	background: url(../images/bg_right.gif) repeat-y right;
	}
	
#content {
	margin-right: 221px;
	background: url(../images/bg_left221.gif) repeat-y left;
	}
	
#main {
	margin-left: 241px;
	padding-top: 15px;
	font-size: .8em;
	}
	
#left {
	width: 221px;
	float: left;
	padding-top: 15px;
	}

#sidebar {
	width: 200px;
	float: right;
	padding-top: 15px;
	font-size: 0.8em;
	}

#footer {
	font-size: .8em;
	background:#638EEF;
	clear: both;
	color: #FFFFFF;
	padding: 2px 4px;
	text-align: center;
	border-right: 1px solid #638EEF;
	border-bottom: 1px solid #638EEF;
	border-left: 1px solid #638EEF;
	}
	


/* Ueberschriften */		

h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #638EEF;
	text-align:center;
	margin-bottom: 1.1em;
	margin-top: 0px;
	padding: 2px;
	}

h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #638EEF;
	margin-bottom: 1.1em;
	margin-top: 0px;
	padding: 2px;
	}		

h3 {
	font-size: 1.2em;
	color: #638EEF;
	border-bottom: 1px solid #638EEF;
	margin-bottom: 1.1em;
	margin-top: 0px;
	padding: 2px;
	}

#sidebar h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #638EEF;
	text-align:center;
	margin-bottom: 1.1em;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px;
	}

#sidebar h2 {
	font-size: 0.95em;
	color: #000000;
	background-color: #EFF2F9;
	border-bottom: 1px solid #638EEF;
	margin-bottom: 0.6em;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px;
	}
		

/* Boxes, etc. */

.box {
	border: 1px solid #638EEF;
	padding: 4px;
	margin-bottom: 2em;
	}

#sidebar p {
	margin-left: 4px;
	margin-right: 4px;	
	}

.clearing {
	height: 0px;
	clear: both;
	}

div.float {
  	float: left;
  	margin-left: 4px;
	margin-top: 2px;
  	margin-right: 4px;
  }
  
.gotoTop {
	text-align: right;
	float: right;
	width: 130px;
	border-top: 1px solid #638EEF;
	padding: 2px;
	margin-top: 10px;
	}

.gotoTop a {
	padding-right: 20px;
	background-image: url(../images/up_ar.gif);
	background-position: right !important;
	background-repeat: no-repeat;
	}
	
div.spacer {
	height: 15px;
	clear: both;
	}

.cimg {
	border: 1px solid #333333;
	}

/* Tables */
/* nur fuer Tabellen in Main */

#main table {
	background-color: #FFFFFF;
	border: 1px solid #638EEF;
	margin-bottom: 2em;
	}

#main tr {
	background-color: #D6DFF7;
	}
	
#main .tbhead {
	background-color: #638EEF;
	font-weight: bold;
	color: #FFFFFF;
	}

/* Links */

#main a[href^="http"] {
	padding-right: 12px;
	background-image: url(../images/external.png);
	background-position: right !important;
	background-repeat: no-repeat;
	}
	
#main a {
	color: #134D8F;
	text-decoration: none;
	}

#main a:hover {
	color: #134D8F;
	text-decoration: underline;
	}	

#footer a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #638EEF;
	background-color: #FFFFFF;
	text-decoration: underline;
	}  


#sidebar a {
	color: #134D8F;
	text-decoration: none;
	}

#sidebar a:hover {
	color:#134D8F;
	text-decoration: underline;
	}



