/* Typo */
/* COLOR GUIDE 
#323232 - dunkel grau - Fließtext 
#FF0000 - knall rot - Links
#0F1D74 - dunkel blau - H4
#FFFFFF - weiß - H3
*/

body { color: #323232; font-size: 10px; font-family: "Lucida Grande", Verdana, Swiss, Helvetica, Geneva; line-height: 16px }
/*
div       { color: #323232; font-size: 10px; font-family: "Lucida Grande", Verdana, Swiss, Helvetica, Geneva; line-height: 16px }
*/

table { color: #323232; font-size: 10px; font-family: "Lucida Grande", Verdana, Swiss, Helvetica, Geneva; line-height: 16px }

table {
	border-width: 2px 2px 2px 2px;
	border-spacing: 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}
table td {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
tr.blue { background: #e8e8f3; }
 
h1 { color: #323232; font-size: 15px; font-style: normal; font-weight: normal; line-height: 22px }
h2 { color: #323232; font-size: 10px; line-height: 12px; }
h3 { color: #FFFFFF; font-size: 9px;  font-weight: normal;}
h4 { color: #0F1D74; font-size: 12px; font-weight: bold; }
h5 { color: #323232; font-size: 9px;  font-weight: normal; line-height: -10px }
h6 { color: #0F1D74; font-size: 10px; font-weight: bold;  line-height: -10px }

a:link 		{ color: #0F1D74; text-decoration: none }
a:visited 	{ color: #0F1D74; text-decoration: none }
a:active 	{ color: #FF0000; text-decoration: none }
a:hover 	{ color: #FF0000; text-decoration: underline }

p { padding: 0px 0px 8px 0px;}
h4 { margin: 8px 0px 8px 0px; padding:0;}
h6 { margin: 14px 0px 8px 0px; padding:0;}

div.hr {
	width:100%;
	height:2px;
	margin-top:20px;
	margin-bottom:15px;
	background: #FFFFFF url('http://www.youngcrew.de/assets/images/frontend/trennlinie_waagerecht.gif') repeat-x;
}
div.vr {
	height:100%;
	width:20px;
	background: #FFFFFF url('http://www.youngcrew.de/assets/images/frontend/trennlinie_senkrecht.gif') repeat-y;
}

.headerimg{
	width: 540px;
	margin-bottom:15px;
}

.linkliste  {
	list-style-image: url(http://www.youngcrew.de/assets/images/frontend/doppelpfeil_16x12.gif); 
	list-style-position:inside;
	list-style-type:disc;
}
#content ul {
	list-style-position:outside;
	list-style-type:disc;
	padding:4px 0px 4px 0px;
	margin:0 0 0 20px;
}
#content li {
	list-style-position:inside;
	list-style-type:disc;
	padding:2px 0 2px 6px;
}
#content ul ul{
	list-style-position:outside;
	list-style-type:circle;
	padding:4px 0px 4px 0px;
	margin:0 0 0 20px;
}


 ul#subnavi {
	list-style-image: url(http://www.youngcrew.de/assets/images/frontend/pfeil_12x12.gif); 
	list-style-position:outside;
	list-style-type:disc;
	padding:0 0 0 0;
	margin:0 0 0 20px;
	background: #a6abcc;
	width:220px;
	border:0;
} * html ul#subnavi { display:inline; width:220px;}

 li.subnav {
	list-style-image: url(http://www.youngcrew.de/assets/images/frontend/pfeil_12x12.gif); 
	list-style-position:inside;
	list-style-type:disc;
	line-height:16px;
	background: #a6abcc;
	width:212px;
	height:20px !important;

	padding:0 0 0 6px;
} * html li.subnav { width:198px;}

#navigation{
	width:240px;
	
}*html #navigation ul { }

#navigation li.nav{
	line-height:1px;
	height:40px;
	overflow:hidden;
	position:relative;
	display:block;

}
#navigation ul li img{
	position:relative;
}
a.headerplayer  {
	display:block;
	width:420px;
	height:236px;

}
a.videoplayer  {
	display:block;
	width:540px;
	height:420px;
}
a.audioplayer  {
	display:block;
	width:540px;
	height:24px;

}

a.pfeil{
	background: url('http://www.youngcrew.de/assets/images/frontend/doppelpfeil_16x12.gif') no-repeat;
	padding-left:20px;
}