@import url(/styles/live/tva/articles.css);
@import url(/styles/live/tva/navigation.css);
@import url(/styles/live/tva/droppy.css);
@import url(/styles/live/tva/tva_editor.css);
@import url(/styles/live/thickbox.css);


/* Structure */

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : black;
    text-align : left;
    background-image : url(/images/tva/background.jpg);
    background-repeat: repeat-x;
    background-position : center top;
    background-color : #000066;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: black;

}

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

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
	padding: 0;
    color: #000098;
	font-size: 11px;
	display: inline;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
	font-size: 11px;
	display: inline;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
	font-size: 11px;
	display: inline;
}


/* Body - Container */

#container {
    width: 976px;
    background-image: url(/images/tva/background-content.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#header {
    height: 127px;
	width: 963px;
	margin-left: 8px;
	position: relative;
}

#logo {
	display: block;
	clear: both;
	position: absolute;
	top: 5px;
	left: 50px;
	width: 290px;
	height: 90px;
}

#hauptponsor {
	clear: both;
	position: absolute;
	top: 17px;
	right: 205px;
}

a#logout {
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 58px;
    color: #C8C8C8;
    font-weight: bold;
}

a#logout:hover {
    color: white;    
}

#search {
	clear: both;
	position: absolute;
	bottom: 35px;
	right: 0px;
	width: 130px;
	height: 17px;
}

.searchfield {
	clear: both;
	float: left;
	width: 90px;
	height: 11px;
	font-size: 11px;
    background-color: #515151;
    border: 1px solid #666666;
    margin: 0;
    padding: 2px;
    color: white;
}

.searchbutton{
	float: right;
	width: 29px;
	height: 17px;
	margin: 0;
	padding: 0;
	background-image: url(/images/tva/searchbutton.gif);
	background-repeat: no-repeat;
	border: 0;
}

#topnav {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
    width: 962px;
}

#nav1pos {
	clear: both;
	float: left;
	position: relative;
	z-index: 80;
}

#nav2pos {
	float: left;
	margin-left: 35px;
	position: relative;
	z-index: 85;
}

#nav3pos {
	float: right;
	position: relative;
	z-index: 90;
}

#contentwrapper {
	clear: both;
	float: left;
	padding: 0px 6px 0 8px;
	width: 962px;
    min-height: 650px;
    height: auto !important;  /* for modern Browsers */
    height: 650px;  /*for IE */
	background-image: url(/images/tva/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #010066;
}

#spaceline{
	clear: both;
	float: left;
	width: 962px;
	height: 6px;
	background-color: #010066;
}

#contentwrapperstart {
	clear: both;
	float: left;
	padding: 0px 6px 0 8px;
	width: 962px;
    min-height: 650px;
    height: auto !important;  /* for modern Browsers */
    height: 650px;  /*for IE */
	background-image: url(/images/tva/contentstart_bg.gif);
	background-repeat: repeat-y;
	background-color: #010066;
}

#content {
	clear: both;
	float: left;
	width: 450px;
	overflow: hidden; /* for IE */
}

#mainbanner {
	clear: both;
	width: 450px;
}

#secondpart {
	float: left;
	width: 300px;
	margin-left: 10px;
	overflow: hidden; /* for IE */
}

#thirdpart {
	float: right;
	width: 192px;
	color: white;
}

#rightbanner {
	clear: both;
	position: absolute;
	top: 100px;
	left: 985px;
}

#footer {
	clear: both;
	float: left;
	padding: 9px 0 20px 50px;
	width: 926px;
	height: 21px;
	background-image: url(/images/tva/footer_bg.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
	margin: 0;
	padding-left: 20px;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}