@charset "utf-8";
/**
* kindermedienpreis der tlm
*
* © 2009 <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Michael Waack <m.waack@i-d.de>
*/

* {
	margin: 0px; padding: 0px; border: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;	
}

body {
	background: #dededD url(../bilder/bg_page.gif) repeat-x ;
}

#startpage  {
	background: #1a5478 url(../bilder/bg_start.gif) repeat-x ;
}

#outerStart {
	width:848px;
	padding-left:132px;
	background: url(../bilder/blau.gif) no-repeat top left; 
	height:743px;
}

#outer {
	width:848px;
	padding-left:132px;
	background: url(../bilder/weiss.gif) no-repeat top left; 
	height:953px;
}


#header {
	padding:30px 0px 0px 0px;
	width:850px;
	float:left;	
}
#headNavi{
	float:right;
	padding:5px 4px 0px 0px;
}
#logo {
	background: url(/bilder/logo.gif) no-repeat;
	width: 151px;
	height: 94px;
	position: relative;
	top: -15px;
	float: right;
}
#screenLogo {
	background: url(/bilder/head_01.gif	) no-repeat;
	width: 455px;
	height: 35px;
	margin: 22px 0 0 0px;
}
#printLogo {
		display: none;
}
	
#startNav  {
  margin-top: 18px;
	list-style-type: none;
}

#startNav li{
	height:43px;
}

#headNavi ul li,
#headNavi a
{
	list-style-type: none;
	display: inline;
	outline: none;
}

h1 {
	margin: 10px 0px 3px 0px;
	color: #C2251E;
	font-size: 1.1em;
}


.blau{
  color: #0093dd;
}

.gruen{
  color: #009234;
}

a, a:visited{
color: #0373AB;
}

a:hover{
color: #0093dd;
}

#content {
	width:745px;
	padding: 25px 0px 0px 100px;
	text-align:right;
}
#startpage #outerStart #content {
	padding: 13px 0px 0px 100px;
}

#content .right {
	/*font-weight: bold;*/
	font-size: 0.9em;
	margin-top: 10px;
}


#title{
  margin-top: 6px;
}

/* #####################################################################
/* 
/* allgemeine classen																										
/* 
/* ##################################################################### */
.right {
	float: right;
}

.left {
	float: left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.abstandLinks10{
  margin: 0 0 10px 10px;
}

.abstandRechts10{
  margin: 0 10px 10px 0;
}

.abstandLinks20{
  margin: 0 0 10px 20px;
}

.abstandRechts20{
  margin: 0 20px 10px 0;
}



.print{
  display: none !important;
}