/* =========================================================
michael-sauer.net - Michael Sauer
Datei: main.css
Media: screen

Datum: 20. Juli 2006
Autor: Ines Göhlert
Web: www.formspiel.de

Aufbau:
1. Allgemeine Selektoren

2. Menü
- Container
- Navigation
- Bildmenü

3. Inhalt
- Inhaltsbereich 1
- Inhaltsbereich 2

4. Footer

========================================================== */

/* ===============================
   1. Allgemeine Selektoren
=============================== */

* { 
	margin: 0;
  	padding: 0; 
	}

body {
	background-color: #87807D;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	color: #FFFFFF;	
	}
	
html>body { font-size: 80%; }
		
a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover,
a:active { color: #990000; }

/* ========================================
   2. Menü
========================================= */
	
/* ------- Container ------- */

#container {
	position: absolute;
	bottom: 140px;
	left: 0px;
	float: left;	
	width: 400px;
	/*height: 230px;*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #696361 url(../images/container_bg.gif) repeat;
	border: 1px solid #87807D;
	/*font-size: 90%;*/
	}
	
#logo {
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 15px 10px;
	border-bottom: 1px solid #87807D;
	width: 100%;
	height: 36px;
	}
	
/* ------- Navigation ----- */

#menu {
	float: left;
	width:100px;
	margin: 0px 0px 20px 15px;
	/*border: 1px solid green;*/
	}
	
html>body #menu { margin-left: 30px; }

ul.mainmenu { list-style: none;	}

ul.mainmenu li { padding: 0px 0px 8px 0px; }

/*html>body ul.mainmenu li { padding: 0px 0px 8px 0px; }*/

ul.submenu {
	margin: 8px 5px 5px 0px;
	list-style: none;
	font-weight: normal;
	}
	
ul.submenu li {
	padding: 0px 0px 3px 0px;
	border: 0px;
	}
	
ul.submenu li a:link,
ul.submenu li a:visited,
ul.submenu li a:hover,
ul.submenu li a:active { 
	border: 0px;
	padding-left: 12px;
	}
	
a:link#currentsection,
a:visited#currentsection,
a:hover#currentsection,
a:active#currentsection {
	color: #FFF;
	font-weight: bold;
	}
	
html>body a:link#currentsection,
html>body a:visited#currentsection,
html>body a:hover#currentsection,
html>body a:active#currentsection {	cursor: default; }

a:link#currentpage,
a:visited#currentpage,
a:hover#currentpage,
a:active#currentpage {
	font-weight: bold;
	color: #FFF;
	cursor: default;
	background: url(../images/arrow2.gif) left no-repeat; 
	padding-left: 12px;
	}
	
	
/* ------- Bildmenü ----- */

#imgmenu table { 
	width: 152px;
	border: 0px;
	}
	
#imgmenu tr { height: 19px; }
	
#imgmenu tr td { 
	width: 17px;
	padding: 1px;
	background-color: #8D8A88;
	border: 1px solid #B6B6B6;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	}
	
#imgmenu tr td a:link { color: #FFF; }
#imgmenu tr td a:visited { color: #B6B6B6;}

#imgmenu tr td a:hover,
#imgmenu tr td a:active { color: #990000; }

#imgmenu tr td.currentimg {
	background-color: #8D8A88;
	color: #990000;
	cursor: default;
	}

#imgmenu tr td.currentimg a:link,
#imgmenu tr td.currentimg a:visited,
#imgmenu tr td.currentimg a:hover,
#imgmenu tr td.currentimg a:active {
	color: #990000;
	cursor: default;
	}
	

/* ========================================
   3. Inhalt
========================================= */

/* ------- Inhaltsbereich 1 ----- */

#content1 {
	float: right;
	margin: 0px 16px 20px 0px;
	width: 152px;
	/*border: 1px solid #333;*/
	}
	
html>body #content1 { margin: 0px 42px 20px 0px; }

/* ------- Inhaltsbereich 2 ----- */

#content2 {
	top: 40px;
	clear: both;
	margin: 40px 20px 0px 450px;
	width: 450px;
	}
	
h1 {
	color: #D4CECB;
	font-size: 105%;
	font-weight: bold;
	margin: 40px 0px 20px 0px;
	}
	
h2 { 
	font-size: 100%;
	font-weight: bold;
	}
	
p { line-height: 1.3em; }

#content2 p { margin: 5px 0px 20px 0px; }

td {
	padding: 2px;
	vertical-align:top; 
	}
	
.label {
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	}

.external {
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow.gif) left no-repeat; 
	}

/*.date { color: #D4CECB; }*/

.separator {
	background: url(../images/quadrat.gif) left no-repeat; 
	}

/* ------- Inhaltsbereich 3 ----- */

#content3 {
	position: absolute;
	clear: both;
	bottom: 63px;
	margin: 40px 20px 0px 450px;
	}
	
html>body #content3 {
	bottom: 58px;
	margin-left: 450px;
	}

#content3 h1.title { margin: 11px 0px 5px 0px; }

#content3 p.hint {
	margin-bottom: 8px;
	font-size: 90%;
	color: #BBB7B6;
	}

#content3 img {
	margin: 0px 0px 10px 0px;
	border: 3px solid #FFF;
	}


/* ========================================
   4. Footer
========================================= */

#footer {
	position: absolute;
	clear: both;
	bottom: 15px;
	margin: 0px 0px 0px 35px;
	font-size: 90%;
	color: #43403D;
	/*color: #54514F;*/
	}

#footer a {
	margin-right: 20px;
	color: #43403D;
	}

a:link#formspiel,
a:visited#formspiel,
a:hover#formspiel,
a:active#formspiel {
	color: #635F5D;
	}

