/* DATEI: basis.css 
PROJEKT: asta-uhh.de */

body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;	
text-align: center; 
margin: 0;
padding:0;
color: #333333;
}

.breaker {
clear: both;
height: 1px;
overflow: hidden;
}

.hr {
display: none;
}

.small {
font-size:11px;
}

.img {
border: none;
}

a { 
color:#0160BA;
text-decoration:none;
}

a:hover {
color:#003C78;
text-decoration:underline;
}

p {
line-height: 150%;
margin: 7px 0 7px 0;
}

#main {
width: 760px;
margin: 0 auto;
padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

/* ------------- Header ------------------- */

#headerContainer1 {
width: 760px;
height:178px;
}


#headerImg {
width: 760px;
height: 141px;
}

/* ------------- Contentbereich ------------------- */

#contentContainer1 {
width: 758px;
padding: 10px 0 10px 0;
border-right: #E5E2DC 1px solid;
border-left: #E5E2DC 1px solid;
border-bottom:4px solid #FAD719;
}

#contentContainer2 {
float: right;
width: 578px;
border-left: #E5E2DC 1px solid;
}


/* ------------- Menu ------------------- */

#menu { border-bottom: #0061B6 5px solid; height:31px; }

#menu ul {
list-style-type: none;
padding:0 48px 0 0;
margin:0;
float:right;
background-color: #999;
height: 29px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#menu ul li {
float:left; 
height: 29px;
line-height: 29px;
text-align: center;
}

#menu ul li.current { border:0; }

#menu ul li a {
height: 29px;
display: block;
font-size: 14px;
font-weight: bold;
color: #fff;
text-decoration:none;
padding:0 20px 0 20px;
background-color: #999;


border-right:1px solid #fff;
}

#menu ul li a:hover {
display: block;
font-size: 14px;
font-weight: bold;
color: #0060B4;
padding:0 20px 0 20px;
}

#menu ul li a.current {
background-color: #0060B4;
text-decoration:none;
color: #fff;
padding:0 20px 0 20px;
border:0;
height:29px;
border-left:1px solid #0060B4;
border-right:1px solid #fff;
border-bottom:1px solid #0060B4;
}


/* ------------- Content links ------------------- */

#navLeft {
float: left;
width: 165px;
font-size: 11px;
padding-top: 10px;
}

#navLeft ul.main {
margin: 0;
padding: 0;
list-style-type:none;
border-bottom: #E5E2DC 1px solid;
}

#navLeft ul.sub {
margin: 0;
padding: 0;
list-style-type:none;
}

#navLeft ul.main li	{
margin: 0;
width: 165px;
overflow: hidden;
}

#navLeft ul.main li a	{
padding: 0 0 0 20px;
display:block;
width: 100%;
height: 20px;
line-height: 20px;
color: #000000;
background: #ffffff url(../img/mainnav.gif) no-repeat left top;
}

#navLeft ul.main li a:hover {
text-decoration:none;
background: #ffffff url(../img/mainnav_current.gif) no-repeat left top;
}

#navLeft ul.main li a.current	{
display:block;
font-weight: bold;
background: #ffffff url(../img/mainnav_current.gif) no-repeat left top;
}

#navLeft ul.sub 	{
border-top: #E5E2DC 1px solid;
}

#navLeft ul.sub li	{
margin: 0;
width: 165px;
overflow: hidden;
font-size: 11px;
}

#navLeft ul.sub li a	{
padding: 0 0 0 20px;
display:block;
width: 100%;
height: 20px;
line-height: 20px;
color: #000000;
background: none;
}

#navLeft ul.sub li a:hover {
text-decoration:none;
background: none;
}

#navLeft ul.sub li a.current	{
display:block;
background: none;
}


/* ------------- Content Mitte------------------- */
#contentMiddle {
float: left;
width: 346px;
padding: 10px 20px 20px 20px;
border-right: #E5E2DC 1px solid;
}


#contentMiddle h1 {
margin: 0 0 20px 0;
font-size: 16px;
font-weight: bold;
color: #000000;
}

#contentMiddle h2 {
margin: 0 0 15px 0;
font-size: 14px;
font-weight: bold;
color: #333333;
}

#contentMiddle h3 {
margin: 0 0 10px 0;
font-size: 12px;
font-weight: bold;
color: #333333;
}


/* ------------- Content rechts ------------------- */

#contentRight {
font-size: 11px;
float: right;
width: 165px;
padding-top: 0;
padding-right: 10px;
}

#contentRight h1 {
margin:0;
padding:0;
font-size:12px;
color: #000000;
}

#contentRight h2 {
margin:0;
padding:0;
font-size:11px;
color: #333333;
}

#contentRight ul {
list-style:square;
margin:10px 0 10px 15px;
padding:0;
}

#contentRight ul li { margin-bottom: 3px; font-weight:bolder; }



/* ------------- Footer ------------------- */

#footer {
width: 760px;
margin: 0;
padding-top: 15px;
font-size: 10px;
background: url(../img/footer_bg.gif) no-repeat left top;
text-align: center;
color: #999999;
}

#footer a { 
color: #999999;
}


/* ------------- News ------------------- */

.news-list-container { padding-top:20px; }

.news-latest-date, .news-list-date {
background: url(../img/news_icon.gif) no-repeat right bottom;
border-bottom: #E5E2DC 1px solid;
color: #999999;
margin-bottom: 5px;
}

.news-latest-item, .news-list-item {
margin-bottom: 20px;
}

.news-latest-image, .news-list-image {
float: left;
margin-right: 10px;
}

.news-latest-teaser h3, .news-list-teaser h3  {
font-size: 12px;
margin: 0;
}

/* ------------------------------ Formulare ----------------------------------- */


.required { color:#0062B4; }

form {
margin:0;
font-size: 11px;
}

input, textarea, select {
font-size: 11px;
padding: 2px;
}


#name, #vorname, #strasse, #plz_ort,  #tel, #fax, #email, #bemerkungen, #subject, #submit {
margin-top: 3px;
}


.title {
width: 120px;
float: left;
font-weight: bold;
}

#vorname input, #name input, #strasse input, #fax input, #tel input, #email input, #subject input, select {
width: 220px;
border:1px solid #0062B4;
}


#bemerkungen textarea {
width: 340px;
height: 150px;
border:1px solid #0062B4;
}

#plz_ort .plz {
width: 35px;
border:1px solid #0062B4;
}

#plz_ort .ort {
width: 122px;
margin-left: 5px;
border:1px solid #0062B4;
}


.formtext {
line-height: 120%;
font-size: 11px;
}

#submit { text-align:right; }

#submit input {
width: 100px;
height: 25px;
line-height: 25px;
text-align:center;
color: #ffffff;	
font-size: 11px;
font-weight:bold;
background-color: #0062B4;;
border: none;
}

.error {
color: #0062B4;
font-size: 11px;
font-weight: bold;
border: #0062B4 1px solid;
padding: 5px;
margin:0 0 10px 120px;
}

.error ul {
font-weight: normal;
margin-top: 5px;
margin-bottom: 0;
}