/* CSS Document 				*/
/* BY MarcelB (14.12.2010) 		*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   11px;
    color:       #000000;
}

a {
    color:           #000000;
    font-weight:     bold;
    text-decoration: none;
}

a:hover {
    color:       #333333;
    font-weight: bold;
}

td {
    font-size: 11px;
    vertical-align: top;
}



#content {
    position:     relative;
    margin-left:  auto;
    margin-right: auto;
    background:   #FFFFFF url(images/bground.gif) center repeat-y ;
    width:        740px;
    text-align:   left;
    left:         12px;
    top:          5px;
}

#topline {
    background-image:  url(images/topline_blank.jpg);
    background-repeat: no-repeat;
    width:             740px;
    height:            55px;
}

#logobox {
    position: absolute;
    width:    192px;
    top:      8px;
    left:     10px;
}

#maincol {
    margin-left: 215px;
	width: 500px;
	min-height: 500px;
}

#chooseLang {
    text-align:right;
    border-bottom: 1px solid;
    margin-botoom:3px;
}

#chooseLangLeft {
    text-align: center;
    border-bottom: 1px solid;
}

#chooseLangRight {
    text-align: center;
}

#chooseLangRight a{
    margin-left: 3px;
    margin-right: 3px;
}

#footer {
    margin:     0 0 0 0;
    padding:    20px 0 0 15px;
    text-align: left;
    clear:      both;
    background: #FFFFFF url(images/bottomline.jpg) center no-repeat ;
    height:     35px;
}

/* FORMULARE */
.formbox {
	width: 400px;
	color: #000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: 0px;
	border-top: 2px solid #999999;
}

/* formbox div ? */
.reihe {
  clear: both;
  margin-bottom: 5px;
}

.reihe_grey {
	clear: both;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;	
}

.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 0px;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
}

.vert_top {
  vertical-align: top;
  margin-top:0;
}

.half {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 3px;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}

input, select {
	margin-bottom: 2px;
}

input.error, select.error, textarea.error { border: 2px solid red; }
/* FORMULARE ENDE */

/* TABELLEN */
table {
	margin-left:auto;
	margin-right:auto;
}
th {
	background-color: #AABBAA;
}
tr.a {
	background-color: #CCDDCC;	
}
tr.b {
	background-color: #EEFFEE;
}
.clickable {
	cursor:pointer;
}
	
/* TABELLEN ENDE */

/* POPUP */
#popupframe {
	visibility: hidden;
	position:     absolute;
    background: url(images/alpha.png);
    width: 100%;
	height: 100%;
    text-align:   left;
    left: 0;
    top: 0;
	z-index:99;
}
#popupcontent {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px;
	width: 280px;
	border: 1px solid black;
	background-color:   #FFFFFF;
}
#popupclose {
	cursor:pointer;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	width: 300px;
	border: 1px solid black;
	font-weight:bold;
	text-align:center;
	background-color:   #FFFFFF;
}
/* POPUP ENDE */

/* ALLGEMEINE EIGENSCHAFTEN */
.rot {
	color: #FF0000;
}
.fett {
	font-weight:bold;
}
.mittig {	
	text-align:center;
}
.gp_font {
	font-family: Arial,Helvetica,sans-serif;
}
.smallFont {
	font-size: x-small;
}
.padding10 {
	padding-top: 10px;
}

img {
	border:0;
}

p {
	margin: 8px;
}
/* ENDE ALLGEMEINE EIGENSCHAFTEN */
