@charset "utf-8";
/* CSS Document */


body 					{
						color: #535356;
						background: #dae3d6;
						font-family: Verdana, Helvetica, Arial;
						font-size: 0.8em;
						}

p {}

a:link 				{
						color: #535356;
						text-decoration: underline;
						}

a:visited 			{
						color: #535356;
						text-decoration: underline;
						}

a:hover 				{
						color: #535356;
						text-decoration: none;
						}

a:active 			{
						color: #535356;
						text-decoration: underline;
						}
						
						
						
						


#container					{
							margin: 0 auto;
							padding: 0;
							width: 912px;
							height: 100%;
							}
							
#head						{
							width: 100%;
							height: 122px;
							background: url(img/header.gif);
							}
							
#contentcon					{
							width: 100%;
							}
/*===================================================================NAVIGATION=======================================================================*/							
							#navigation						{
															width: 176px;
															height: 400px;
															background: url(img/nav_hg.gif) repeat-y;
															float: left;
															}
															
															#navi					{
																					width: 140px;
																					height: 100%;
																					margin: 20px auto;
																					background: url(img/naviline.gif) top repeat-x;
																					}
							
							
							
																					#navi a, #navi a:active, #navi a:visited
																											{
																											width: 140px-padding;
																											font-size: 1.3em;
																											text-decoration: none;
																											display: block;
																											line-height: 1.6em;
																											background: url(img/naviline.gif) bottom repeat-x;
																											padding: 0px 0px 2px 5px;
																											}
																											
																					#navi a:hover			{
																											padding: 0px 0px 2px 10px;
																											}
																											
																					#navi a.e1, #navi a:active.e1, #navi a:visited.e1
																											{
																											font-size: 1em;
																											line-height: 1.3em;
																											padding: 0px 0px 2px 10px;
																											}
																											
																					#navi a:hover.e1		{
																											padding: 0px 0px 2px 15px;
																											}
																											
																					#navi a.e2, #navi a:active.e2, #navi a:visited.e2
																											{
																											font-size: 1em;
																											line-height: 1.3em;
																											padding: 0px 0px 2px 15px;
																											}
																											
																					#navi a:hover.e2		{
																											padding: 0px 0px 2px 20px;
																											}
/*===================================================================NAVIGATION=======================================================================*/							


/*=====================================================================CONTENT========================================================================*/							
							

															
															
															#vidcon				{
																				width: 404px;
																				height: 100%;
																				float: left;
																				}
																				
																				#vid_1				{
																									width: 100%;
																									height: 106px;
																									background: url(img/video_rahmen_oben.gif) bottom left no-repeat #e9e9e9;
																									}
																									
																				#vid_2				{
																									width: 100%;
																									height: 225px;
																									border-left: 4px solid #51a727;
																									background: gray;
																									}					
																									
																				#vid_3				{
																									width: 100%;
																									height: 69px;
																									background: url(img/video_rahmen_unten.gif) top left no-repeat #e9e9e9;
																									}
															
															
															
															#textcon			{
																				width: 332px;
																				height: 400px;
																				float: left;
																				background: url(img/text_hg.gif) right repeat-y #e9e9e9;
																				white-space: normal;
																				}
															
															
															#text				{
																				width: 240px;
																				height: 365px;
																				margin: 5px 0px 0px 30px;
																				overflow: auto;
																				}
																				
																				h1					{
																									margin: 0px 0px 15px 0px;
																									padding: 0;
																									font-size: 1.2em;
																									text-align: right;
																									border-bottom: 1px solid black;
																									}
																									
																									
																									
																									
																									
																									
																								
																									
																									
																									
																									
																									
/*=====================================================================CONTENT========================================================================*/							



#footer						{
							width: 100%;
							height: 59px;
							background: url(img/footer.gif);
							float: left;
							}
							
							#footer_a					{
														margin: 25px 0px 0px 41px;
														}				
							#footer_a a					{
														color:#FFFFFF;
														}
							
							
							
							
/*===================
			LISTEN
===================*/
ul						{
						margin: 0;
						padding: 0;
						list-style: none;
						}

.aufz					{
						list-style:  inside disc;
						}


.listmargin				{
						margin: 0px 0px 4px 0px;
						}
