/*
	Dieses Stylesheet beinhaltet Basis-Styles
*/

body {
	background:url(../images/body-bg.gif) repeat-x white;	
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
	line-height:1.6;
	height:100%;
}

/* links */
a { text-decoration:underline; }
a:visited {text-decoration:underline; }
a:hover { text-decoration:none; }
a:active { text-decoration:underline;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a img {
	border:0;
}

/* ie 7 resizing bug */
img { -ms-interpolation-mode:bicubic; }

/* headlines */
h1 {
	font-size: 2em; 
	font-weight: normal;
	padding: 0;
	margin:0;
 }

h2 {
	font-family:Helvetica,Arial,sans-serif;
	padding:0;
	margin:0;
	padding-bottom:0.3em;
}


h3 {
	font-size: 1.1em;
	padding:0;
	margin:0;
	padding-bottom:0.5em;
}

p, pre {
	padding: 10px;
	margin:0;
}

#videotabs
{
	width: 250px;
    border: 1px solid #E5E5E5;
	
}

div#videotabs div#top
{
	width: 250px;
    border: 1px solid #E5E5E5;
	background-color: #F2F2F2;

}


pre, code { font-size: 1.2em;}
acronym { cursor:help; }

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color:#626262;
	border:1px solid #c4c4c4;
}

input:hover {
	border:1px solid #797979;
}

input[type='submit']:hover {
	border:0;
}

input[type='radio'] {
	border:0;
	background:none;
}

.hidden {
	display:none;
}

.description {
	color:#626262;
}

.url {
	color: #228822;
}

ol {
	margin-left:2em !important;
}

.reiter {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: -1px;
	border-bottom: 0px solid #B9D5B4;
}

.reiter li {
	list-style: none;
	margin: 0;
	display: inline;
}

.reiter li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #B9D5B4;
	border-bottom: none;
	background: #F2F8F1;
	text-decoration: none;
}

.reiter li a:link {
	color: #000000;
}

.reiter li a:visited {
	color: #000000;
}

.reiter li a:hover {
	color: #000000;
	background: #F2F8F1;
	border-color: #B9D5B4;
}

.reiter li a#current {
	background: F2F8F1;
	border-bottom: 1px solid white;

}

