﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*reste ende----------------------------------------------------------------------------------------------*/



/*Global*/
body 				{background-color:#000000;}
table				{border:1px #000000 solid;}
tr					{border:1px #000000 solid;}
td					{padding:10px; }


/*Schrift Styles*/
h1,h2,h3			{font-family:Arial, Helvetica, sans-serif; color:black;}
	
h1					{font-size:36px;}
h2					{font-size:24px;}
h3					{font-size:16px;}

.blue				{color:#FF0000; font-style:italic;}

.aktuelles_header	{font-family:Arial, Helvetica, sans-serif; font-size:24px;color:#CC0000; font-style:italic;}


	



/*Div Styles*/

#wrapper			{width:900px; margin:0px auto; background-color:#666666;}


#top				{background-color:#808080; width:100%; padding: 20px 0px; overflow:hidden; border-bottom:3px #cccccc solid;}
		
	
		
#logo				{margin: 0px 0px 0px 10px; width:700px; float:left;}
		
		
#info				{padding:20px;}
#info p				{margin-top:120px; text-align:right;}
		
		
#topnav				{font-family:"Courier New", Courier, monospace; font-style:inherit; font-weight:bold; color:black; background-color:#555555; clear:both; padding: 0px 0px;}	
#topnav ul			{width:100%; float:left; margin:0px; background-color:#555555; border-bottom:3px #cccccc solid;}	
#topnav ul li		{display:inline;}
#topnav ul li a		{float:left; padding: 10px 20px;}
#topnav a:link		{color:#000000;}
#topnav a:visited	{color:#000000;}
#topnav a:active	{color:#000000;}
#topnav a:hover		{color:#000000; background-color:#790000;}
#topnav a:focus		{color:#000000;}

#slider1_container	{border:1px 	#000000 outset; margin-top:40px;}
			
			
#content			{float:left; width:600px; padding :20px;}
#content h1			{margin:0 0 0 0; border-bottom:1px #cccccc solid; padding:20px 0}	
#content p			{margin: 16px 0; line-height:160%;}
#content table tr td{float:left; }
#content table tr td ul			{margin-left:20px;}
#content table tr td ul li		{list-style:circle;}
#content table tr td h3			{margin-bottom:10px;}
#content table tr td img		{display:block; margin:0 0 20px 0;}
#content table tr td a			{color:#FF0000;}
			
#right-side			{background-color:#5C5C5C; padding:20px 20px 600px 20px; margin-left:675px;}
#right-side img		{padding 8px; border:1px #000000 solid; margin-top:8px;}
#right-side h2		{margin-bottom:12px;}
#right-side p		{margin-left:0px;}
			
			
#footer				{clear:both; padding:10px 0; background-color:black;}
#footer p			{text-align:center; color:#ffffff;}





/*forms*/

form							{text-align:left; margin:20px; }

label, submit,  input, textarea	{border:0; padding:0; margin:0; background:none; }

label							{float:left; width:150px; text-align:right; display:block; margin-top:5px; }

input, textarea					{border:1px #333 solid; margin-left:10px; padding:5px; }

input							{width:280px; margin-bottom:16px; }

textarea						{width:280px; height:150px; margin-bottom:16px; }

select							{}

.submit							{width:90px; height:25px; margin-left:150px; font-size:12px; }

#contact-form					{float:left; width:600px; padding :20px;}
#contact-form h1				{margin:0 0 0 0; border-bottom:1px #cccccc solid; padding:20px 0}	
#contact-form p					{margin: 16px 0; line-height:160%;}
#contact-form ol				{list-style-type:none; }