/*
	slv-show.de cascading-style-sheet
	copyright by Thomas Botens
*/
html, body, p, div, table, tr, th, td, hr, ul, ol, li, a {
	padding:0;
	margin: 0;
	border: 0;
}
html, body {
	background-color: #003399;
	font: 12px/1.4em Arial,Verdana,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
	background: #00349a;
	min-height: 999px;
}
* html body {
	height: 999px;
}
p, ul, ol, table {
	margin: 1em 0;
}
a {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px dotted #ff0;
}
a:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #ff0;
}
hr {
	color: #ff0;
	background-color: #ff0;
	height: 1px;
	line-height: 1px;
	margin: 20px 0;
	width: auto - 10%;
}
ul, ol {
	margin-left: 0.8em;
	padding-left: 0.8em;
}
h1 {
	margin: 0 0 1em 0;
	color: #ff0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
h2 {
	margin: 0 0 0.8em 0;
	color: #ff0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	margin: 0 0 0.6em 0;
	color: #ff0;
	font-size: 13px;
	font-weight: bold;
	text-transform: normal; /*uppercase*/
	letter-spacing: 0px;
}
#container {
	margin: 0 auto;
	width: 900px;
	border: 0px solid #ff0;
	background: url(images/back.jpg) center repeat-y;
	border: 0px solid red;
}
#top {
	height: 159px;
	background: #1f31f7 url(images/top.jpg) center no-repeat;
	border: 0px solid aqua;
}
#navigation {
	float: left;
	border: 0px solid grey;
	background-repeat: no-repeat;
	padding-left: 18px;
}
#main {
	border-top: 1px solid yellow;
	margin: 0 190px;
	padding: 37px 0;
	text-align: justify;
	background: #1f31f7;
}
#special {
	float: right;
	border: 0px solid black;
	padding-right: 18px;
}
#special a {
	border: 0;
}
#special a#ryan {
	color: #1f31f7;
	background: #ff0;
	margin: 0.6em 0;
	width: 150px;
	font-weight: bold;
	display: block;
	font-size: 13px;
	padding: 2px 0;
}
#bottom {
	border: 0px solid yellow;
	height: 71px;
	color: #999;
	font-size: 10px;
	clear: both;
	letter-spacing: 1px;
	background: #1f31f7 url(images/footer.jpg) center no-repeat;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#update {
	margin: 0 auto;
	color: #999;
	font-size: 10px;
	border-bottom: 1px dashed #999;
	width: 60%;
}
#titel {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	border: 0px solid silver;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.yellow {
	color: yellow;
	font-size: 16px;
}
#pa-xxl {
	margin: 25px 20px;
}
#kalender {
	color: #fff;
	text-align: center;
	border-collapse: collapse;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}
#kalender th {
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #0033dd;
	border: 1px dotted #fff;
}
#kalender td {
	padding: 2px;
	border: 1px dotted #fff;
}
#komplett {
	font-size: 12px;
}
.box {
	/*border: 1px solid #aaaaaa;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;*/
	width: 152px;
}
.navi_ue {
	height: 17px;
	color: #fff;
	font-weight: bold;
	background:  #1f31f7 url(images/navi.jpg) center no-repeat;
	/*background-color: #0033dd;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;*/
	text-align: center;
	font-size: 13px;
}
a.link {
	color: #00008b;
	line-height: 16px;
	font-weight: bold;
	padding: 2px;
	letter-spacing: 1px;
	background-color: #eee;	
	text-decoration: none;
	display: block;
	border-left:   1px solid #2b4bb4;
	border-right:  1px solid #2b4bb4;
	border-top:    0px solid #fff;
	border-bottom: 1px solid #fff;
}
a.zweit {
	background-color: #eee;	
}
a.link:hover {
	background-color: #ccc;
	text-decoration: none;
}
#extra {
	font-size: 12px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#tipp {
	border: 0px solid #ff0;
}
.bildunter {
	 margin: 0 0 2em 1em;
	 background: #00349a;
	 float: right;
	 font-size: 10px;
	 text-align: center;
	 color: #ff0;
	 clear: right;
}
.bildunter img {
	border: 1px solid #ff0;
	display: block;
}
