/*

	CSS Stylesheet für den CSS Contest

	Name:			cold
	Autor:			knubbel
	ID:			1137081687
	Eingesendet:		12.01.2006/17:01
	Besitzer:		YToyOntpOjA7czo4OiI1NGEyOGIxNyI7aToxO2k6MTEzNzAyMDQwMDt9

*/

*{
padding:0;
margin:0;
}

h1{
	font-size:		12px;
	padding:		0 0 4px 0;
	margin:			15px 0 10px 0;
	text-transform:		uppercase;
	border-bottom:		1px dotted navy;
}

h1:after{
	content:"...";
}

h2{
	font-size:		15px;
	color:		#336699;
	padding-bottom:		10px;
	background:		transparent;
}

h2:after{
	content:"Hochladen";
}

h3{
display:none;
}

body
{
	font-size:		8pt;
	width: 			550px;
	margin: 		0 auto;
	font-family:		verdana, sans-serif;
	background:		#999966;
	color: 			#000;
}

#top h1
{
display:none;
}

#top
{

	background: 		url("1137081687.css.files/h1.jpg");
	border-left:		1px solid white;
	border-right:		1px solid white;
	height:			280px;
}


#sheets li
{
	margin-left:		0px;
	padding-left:		12px;
	line-height:		15px;
	list-style:		none;
	background-image:	url("1137081687.css.files/post.gif");
	background-repeat:	no-repeat;
  	background-position:	0px 1px;
}

#sheets_manage{
	margin:10px 0px 10px 0;
	padding:10px;
	border:1px dotted black;
}

#ueber{
	clear:			left;
}

#blindtext{
	text-align:		left;
}

div#div_ueber_naund
{
	margin-left:		10px;
}

div#content
{	
	color:			#000;
	background: 		#9FCCDD;
	padding:		5px 10px 5px 10px;
	border-left:		1px solid white;
	border-right:		1px solid white;
}

#toc {
      	float:left;
      	width:100%;
      	line-height:20px;
	height:20px;
	margin-top:290px;
	margin-bottom:25px;
	font-size:10px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-transform:uppercase;
}

#toc ul {
	list-style:none;
}
#toc h2, #toc ul ul {
      	display:none;
}

#toc a {
      	float:left;
      	background:white;
      	text-align:center;
      	width:137px;
      	border-bottom:2px solid #2778AC;
      	border-top:2px solid #2778AC;
	color:#000;
}

#toc a:hover {
      	border-top:2px solid black;
      	border-bottom:2px solid black;
      	text-decoration:none;

}

#toc a:visited {
       	text-decoration:none;
}
label
{
	display:		block;
}

table
{
	width:			100%;
	margin: 		10px 0;

}

th
{
	color:		 #000;
	background-color:	white;
}

table tbody
{
	color:		 #000;
	background:		#eeeeee;
}

table tfoot
{
	color:		 #000;
	background:		#eeeeee;
	font-weight:		bold;
}

td{
	padding:		2px;
	text-align:		center;
}

#autor{
	position:relative;
	left:120px;

}

#titel{
	position:relative;
	left:120px;

}

label
{
	float:   	 left;
	display:   	 block;
	width:   	 8em;
	clear:   	 left;   /* Zeilenumbruch */
	margin-top:   	 -1em;
}

input
{
	position:   	 relative;
	top:   	   	 -13px;
	left:   	 120px;
	display:   	 block;
	border:  	 1px solid black;
	padding:  	 1px;
	margin:		 2px;
	color:		 #000;
	background:  	 #fff;
}

input:hover, input:focus
{
	background:#ededed;
	color:		 #000;
}

textarea{
	position:   	 relative;
	top:   	   	 -13px;
	left:   	 120px;
	display:   	 block;
	width:		 300px;
	border:  	 1px solid black;
	padding:  	 1px;
	margin:		 2px;
	color:		 #000;
	background:  	 #fff;
}

textarea:hover, textarea:focus{
	color:		 #000;
	background:#ededed;
}

form{
	margin-top:15px;
}

div#counter
{
	display:none;
}

a
{
	color:			#002F84;
	background:		transparent;
	text-decoration:	none;
	
}

a:visited
{
	background:		transparent;
	text-decoration: 	none;
	color:#888;
}

a:active
{
	background:		transparent;
	color:			blue;
}

a:hover
{
	
	text-decoration:	underline;
}

