/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#efeeee url(/fileadmin/layout/bg.gif) top center repeat-y;
color:#3a3a3a;
}

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:5px 5px;
width:760px;
}

/***** Header *****/

#header {
color:#505050;
/*background:#ffffff url(/fileadmin/layout/head2.jpg) bottom left no-repeat;*/
padding: 3px;
margin: 3px;
}

#header h1 {
font-size: 22px;
font-weight: bold;
margin: 0px;
padding: 35px 0px 0px 300px;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 20px 15px;
padding:0 0 0 3px;
}

/***** Left sidebar *****/
#links {
	clear:left;
	float:left;
	width:150px;
	margin:8px 0 10px 2px;
	padding:0px;
}


#menu a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding: 6px 0px 0px 10px;
	background:#f4f4f4 url(/fileadmin/layout/menubg.gif) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin-bottom:5px;
}

#menu a:hover {
	background:#eaeaea url(/fileadmin/layout/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #be3037;
}

#menu a.level1-act {
  	background:#eaeaea url(/fileadmin/layout/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #be3037;
}

#menu a.level2-no {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:122px;
 	height:16px;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:4px 0 0 8px;
}

#menu a.level2-act {
	font-size:0.9em;
	background:#eaeaea url(/fileadmin/layout/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #be3037;
	height:16px;
	margin:5px 0 5px 15px;
	padding:4px 0 0 8px;
}

#menu h2 {
font-size:1.5em;
font-weight:normal;
}


/***** Right sidebar *****/

#extras {
float:right;
width:130px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#extras p, #extras ul {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#extras a {
font-weight:bold;
}

#extras li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#extras h2 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
letter-spacing:-1px;
}

/***** Main content *****/

#content {
margin:10px 140px 10px 160px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentwide {
margin:10px 0 10px 160px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentwide_index {
margin:10px 0 10px 0px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentfull {
margin:10px 10px 10px 10px;
padding:2px 0 0 0;
line-height:1.5em;
text-align:left;
}

#contentfullintro.textarea {
width:650px;
}

#content h1, #contentwide h1, #contentwide_index h1, #contentfull h1 {
font-size:1.4em;
letter-spacing: 0px;
font-weight:bold;
margin:8px 0 10px 0;
padding:0;
}


#content h2, #contentwide h2, #contentfull h2 {
font-size:1.2em;
letter-spacing:0px;
font-weight:normal;
margin:8px 0 10px 0;
padding:0;
}

#content h3, #contentwide h3, #contentfull h3 {
font-size:1.1em;
font-weight:normal;
margin:6px 0 6px 0;
padding:0;
}

#content ../img, #contentwide ../img, #contentfull ../img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content a, #contentwide a, #contentfull a {
font-weight:bold;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0px;
padding:0px;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:0px;
padding: 0px;
}

#content li, #contentwide li, #contentfull li {
margin:0px;
padding:2px;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:760px;
text-align:center;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a {
text-decoration:none;
color:#505050;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border: none;
}

img {
	border: none;
}

p {
margin:0 0 16px 0;
}

blockquote {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:16px;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(/fileadmin/layout/menubg.gif) bottom left repeat-x;
color:#505050;
}

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}

/***** Table styles *****/

table {

}

caption {
text-align: left;
font-size: 1.5em;
font-weight: normal;
margin: 0;
padding: 6px 0 8px 0;
}

th {
text-align:left;
}

td {
text-align:left;
}

/***** Form styles *****/

.button {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(/fileadmin/layout/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
width:120px;
}

input, textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
}

label {
margin:2px;
}

input {
width:25px;
}

textarea {
width:400px;
}

/***** Search box *****/

#searchbox {
padding:0;
margin:6px 0 16px 0;
}

#searchform {
background:#ffffff;
border:1px solid #cccccc;
color:#505050;
font-size:0.9em;
padding:4px;
width:116px;
}

#searchbox label {
display:none;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.news {
margin:10px 0 10px 0;
padding:10px 10px 5px 10px;
width:125px;
color:#505050;
background:#f4f4f4 url(/fileadmin/layout/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
line-height:1.3em;
}

.news a {
clear: all;
font-weight:bold;
}

.news p {
font-size:0.9em;
}

.news h2 {
margin:0 0 10px 0;
padding:0;
}


.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}

/* Login Form */
.tx-newloginbox-pi1-submit {
width: auto;
background: #F2F5F5;
}

#tx-newloginbox-pi1-user, #tx-newloginbox-pi1-pass {
width: 150px;
}

/* Forms Layout */
.form_feld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b0b0b0;
	width: 300px;
	color: #505050;
	font-weight: normal;
	position: left;
}

.form_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b0b0b0;
	width: 310px;
	color: #505050;
	font-weight: normal;
}

.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b0b0b0;
	width: 310px;
	background-color: #d8d8d8;
	color: #505050;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}

.csc-mailform {
	border: none;
	}

.csc-mailform-field {
	width: 300px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	}

.csc-form-label {
	margin: 3px;
}

.csc-form-fieldcell {
	margin: 3px;
}

.csc-form-label-req {
	margin: 3px;
}

/* Such Wörter Farbe */
.csc-sword {
	color: Red;
}

/* csc-textpic-image */

.csc-textpic-image {
	padding-bottom: 5px;
}
