/*
================================
layout.css

projekteins.ch - solgan:
people too weak to follow their
own dreams, will always find a
way to discourage yours!

Muntelier, © 2007 / ch
================================
*/


/* Normalisieren  (margin, padding) */
body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	} 

/* Normalisieren  (Überschriftsgrössen) */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
	
/* Normalisieren  (list-style) */
ol, ul {
	list-style: none;
	}
	
/* Normalisieren  (font-style, font-weight) */
adress, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}

/* Normalisieren  (list-style) */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Normalisieren  (border) */
fieldset, img {
	broder: 0;
	}

/* Normalisieren (Linksausrichtung) */
caption, th {
	text-align: left;
	}

/* Normalisieren (Anführungszeichen) */
q:before, q:after {
	content:'';
	}


/* Zweispalten Layout */
html {
	text-align:	center;
	background: #fff9cf url(../images/bg.gif) center repeat;
	}
	
body {
	position:relative;
	width: 721px;
	padding-top:1em;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #FFFF99;
	
	}
	
	
div#centerrow1 {
	position:absolute;
	top:40px;
	left:0px;
	width: 721px;
	height: 500px;
	}
	
div#centerrow {
	background: #fff9cf url(../images/links.jpg) top left no-repeat;
	}
	
div#centerrow1 {
	background: #dae1d5;
	border: 1px solid #04067b;
	}

	
div#language {
	position:absolute;
	top:122px;
	left: 0px;
	
	width: 162px;
	text-align:center;
	}
#language a:link, #language a:active, #language a:visited {
	color: #04067b;
	font-size:95%;
	text-decoration: none;

	}

#language a:hover {
	
	color: #0609ae;
border-bottom: 1px solid #04067b;
	}

		
	
div#rightrow {
	position:absolute;
	top:0px;
	left:334px;
	width: 666px;
	background: #fafae6;
	height:1000px;
	border-right: 1px solid #6a6a65;
	
	}	
	
div#branding {
	position:relative;
	background: #fafae6 url(../images/top.jpg) top left no-repeat;
	width: 100%;
	height: 150px;
	
	}
	
div#menu {
	position:relative;

	top: 10px;
	left:0px;
	width: 170px;
	
	list-style:none;
	text-align:center;
	}
	
#menu a:link, #menu a:active, #menu a:visited {
	color: #04067b;
	display:block;
	/*background: #f4f461;
border-bottom: 1px solid #000055;*/
	font: 120%/1.8 Optima, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	letter-spacing:1px;
	font-weight:bold;

	}

#menu a:hover {
	display:block;
	color: #0609ae;
	background: #cdd4c9;
border-bottom: 1px solid #04067b;
font-weight:bold;
	}
	

div#content_sub {
	position:absolute;
	
	left:0;
	width:26%;
	/*background:#FFcc01;*/
	}

div#footer {
	position:absolute;
	padding-left:0px;
	padding-right:18px;
	width: 648px;
	
	text-align:left;
	color: #000055;
	padding-top:4%;
	}


h5 {
	display:none;}

img {
	margin-bottom:1%;
	margin-top:2%;
	}	



.startseite {
	
	font: 74%/1.5 Optima, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #04067b;
	}

