/* 
    Document   : main
    Created on : 01.04.2009, 14:47:43
    Author     : Berthold Kremser
    Description:
        Main css file for Teams ohne Mauern
*/

body, td, th {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #404a4f;
	line-height: 17px;
}

body {
	background-color: #f1ece5;
	margin: 0;
}

img {
	border: 0px solid #00a3d7;
}

object {
	outline: none;
}

a:link, a:visited, a:active {
	color: #145593;
	text-decoration: none;
}

a:hover {
	color: #145593;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1, h2, h3 {
    
}

h1 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
}

h2 {
	font-size: 16px;
    font-weight: normal;
    color: #000000;
}

h3 {
    
}

div.hr {
    height: 18px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 18px;
    border: 0;
    margin-bottom: 10px;
}
div.hr hr {
    display: none;
}

#center {
    margin: auto;
    width: 766px;
}

#header_de, #header_en, #content, #footer {
    width: 740px;
    padding: 0 13px;
    position: relative;
    background-repeat: repeat-y;
}

#header_de, #header_en {
	height: 140px;
}

#header_de {
    background-image: url(../img/header_bg.gif);
}

#header_en {
    background-image: url(../img/header_bg_en.gif);
}

#logo {
    position: absolute;
    top: 20px;
    left: 43px;
    width: 232px;
    height: 51px;
}

#nav_meta {
    position: absolute;
    top: 57px;
    right: 0px;
    padding-right: 43px;
    color: #145593;
    font-size: 11px;
}

#nav_meta .flag {
    padding-left: 3px;
}

#nav_main {
	position: absolute;
	top: 108px;
	left: 23px;
    color: #ffffff;
}
#nav_main ul {
	padding: 0;
	margin: 0;
    list-style-image: none;
	list-style-type: none;
}

#nav_main li {
	margin: 0;
	padding: 0;
    padding-top: 3px;
    float: left;
    height: 23px;
}

#nav_main li:hover {
    background-image: url(../img/nav_bg_high.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

.jquery_nav_main_li_hover, #nav_main li.active {
    background-image: url(../img/nav_bg_high.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

#nav_main a {
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #575e61;
    border-right: 1px solid #666e72;
    color: #fbfbfb;
    text-decoration: none;
}

#nav_main a:hover {
    border-left: 1px solid #11487d;
    border-right: 1px solid #4a7dac;
}

#content {
    background-image: url(../img/content_bg.gif);
    padding-top: 10px;
}

#content_left {
	width: 450px;
    float: left;
	margin: 0;
	padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#content_left h1 {
    background-image: url(../img/h1_bg_left.gif);
}

#content_left hr, div.hr {
    background-image: url(../img/hr_left.gif);
}

#content_left .button_mehr_informationen {
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    background-image: url(../img/button_mehr_informationen.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#content_left .image_preview {
    float: left;
    padding-right: 15px;
    padding-bottom: 12px;
}

#content_right {
    margin: 0;
    margin-left: 490px;
    padding: 0;
    padding-right: 20px;
}

#content_right h1 {
    background-image: url(../img/h1_bg_right.gif);
}

#content_right ul {
    padding: 0;
	margin: 0;
    list-style-image: none;
	list-style-type: none;
}

#content_right li {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

#footer {
    background-image: url(../img/footer_bg.gif);
    height: 20px;
    padding-top: 10px;
    font-size: 11px;
    color: #f1ece5;
}

#footer .inner {
    padding-left: 20px;
}

#footer a {
    color: #f1ece5;
}

.hint {
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

p.paging {
	text-align: center;
}

p.date {
	color: #999999;
}
