/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Allgemeine Formatierungen							 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


* {
	margin: 0;
	padding: 0;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background-color: #ccc;
	text-align: center;
	overflow: auto;
}



a {
	color: #C10435;
}

h1 { 
	font-size: 18px; 
}


h3 { 
	font-size: large; 
}

p {
	margin-top: 12px;
	text-align: justify;
}



li {
	margin-left: 18px;
	margin-bottom: 4px;
}


.table {
	font-size: 11px;
	line-height: 14px;
	}

.tr {
	clear: both;
	}

.td {
	float: left;
	}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Container als Platzhalter							 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper {
	width: 906px; 
	background: #FFFFFF url(images/bg.png) repeat-y;
	color: #000000;
	margin: 0 auto;
	text-align: left;
}


#container {
	background: #FFFFFF url(images/bg.png) repeat-y;
	color: #000000;
	text-align: left;
	padding: 4px;
	min-height: 800px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Headerbereich										 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	background: #FFFFFF url(images/dogheader.jpg) no-repeat center top;
	color: #FFFFFF;
	height: 156px;
}

#header a {
	position: relative;
	top: 120px;
	left: 8px;
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Linker Menübereich									 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#left {
	width: 200px;
	float: left;	
	background: #ffffff;
	padding:0 0 300px 0;
}


#left a {
	display: block;
	text-decoration: none;
	color: black;
	background: #ccc;
	padding: 8px 0 8px 6px;
	width: 194px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

#left a:hover {
	background: #838383;
}


#left .activ {
	background: #838383;
}
	

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Contentbereich										 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content {
	text-align: left;
	float: left;
  	width: 630px;
	margin-left:12px;
	padding: 0 12px 12px 36px;
	background: #ffffff;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Formulare	  										 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.formContainer {
    text-align: left;
	font-size: 12px;
	}
    
.formContainer input, .formContainer select, .formContainer textarea, .formContainer checkbox, .formContainer radiobutton {
    margin-top: 3px;
    display: block;
    float: left;
    width: auto;
    }

.formContainer label {
    display: block;
    float: left;
    width: 140px;
    }

.formContainer form br {
    clear: left;
    }
    

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Formelemente  										 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.inputSubmit {
    color: #000000;
    background-color: #EFEFEF;
    border: solid 1px #C0C0C0;
    font-size: 11px;
    font-weight: bold;
    }

.inputTextArea{
    color: #000000;
    background-color: #EFEFEF;
    padding: 1px;
    border: solid 1px #C0C0C0;
    font-size: 11px;
    overflow: auto
    }

.inputBox {
    color: #000000;
    background-color: #EFEFEF;
    padding: 1px;
    border: solid 1px #C0C0C0;
    font-size: 11px;
    }


.inputCombo {
    color: #000000;
    background: #EFEFEF;
    border: solid 1px #C0C0C0;
    font-size: 11px;
    overflow: auto;
	}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Live-Validierung										 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.LV_validation_message{
	position: absolute; 
	font-weight: bold;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 11px;
}

.LV_valid {
    color:#3C8236;
}
	
.LV_invalid {
    color:#CC0000;
}
    
   
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

