/********** MAIN CSS FILE ***********/

/* Definitions from the original css-file */
th		{ background-color: #d7d6d3; }
a		{ color: #f2353a; text-decoration: none; }
a:hover		{ text-decoration: underline; }
input   	{ color: #000000; }
textarea	{ color: #000000; }
select  	{ color: #000000; }

td.grey		{ background-color: #f0efeb; }
td.lgrey	{ background-color: #faf9f5; }
td.dgrey	{ background-color: #eae9e5; }
td.greenwhite	{ background-color: #aab9a8; color:#ffffff; }
td.greenblack	{ background-color: #aab9a8; }
th.grey		{ background-color: #d7d6d3; }

.blue		{ color: #32353a; }
.lblue		{ color: #32353a; }
.dblue		{ color: #32353a; }
td.blue		{ background-color: #ccd7dd; font-size: 12px; }
td.lblue	{ background-color: #d6e1e4; }
td.llblue	{ background-color: #E4EFF2; }
td.dblue	{ background-color: #b0bdc3; }

th.blue		{ background-color: #d7d6d3; }
th.lblue	{ background-color: #d7d6d3; }
th.dblue	{ background-color: #d7d6d3; }
a.blue		{ color: #666699;  }


a.white		{ color: #ffffff; }

a.red		{ color: #ff9999; }
a.red12b	{ color: #EA1144; font-size: 12px; font-weight:bold; }
.red		{ color: #EA1144; line-height: 18px; }
.red:link	{ color: #EA1144; line-height: 18px; }
.red:visited	{ color: #EA1144; line-height: 18px; }
.red:hover	{ color: #EA1144; line-height: 18px; }

a.green		{ color: #478c44; }
a.green12b	{ color: #478c44; font-size: 12px; font-weight:bold; }
th.greenwhite	{ color: #32353a; background-color: #d7d6d3; }
th.greenblack	{ color: #32353a; background-color: #d7d6d3; }

a.black		{ color: #000000; }

.warning	{ color: #ea1144; background-color: #fae9e5; }
.head		{ color: #32353a; font-size: 13px; }

.content	{ background-color: #faf9f5; line-height: 18px; }
.title		{ color: #EA1144; font-size: 10px; font-weight: bold; line-height: 18px; }
.subtitle	{ font-weight: bold; line-height: 18px; }
.articletitle	{ font-size: 13px; font-weight: bold; line-height: 20px; }
.contentbg	{ background-color: #faf9f5; } 

.inp100		{ width: 100%; }
.inpgrey	{ background-color: #f0efeb; }
.inpgrey100	{ width: 100%; background-color: #f0efeb; }
.inpicon	{ width: 20px; text-align:center;}
.rexbutton	{ width: 250px; background-color:#ffffff; border:1px solid #999999; padding:2px;}

.online {	color: #00aa00; }
.offline { color: #aa0000; }

.flRight { float:right; }
.flLeft { float:left; }


/* Elements for our own PAED-Net Site Design */
* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFF;
    color: #000;
    font: 14px Tahoma,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
#root {
}
#top {
}
#footer {
	width: 100%;
	line-height: 30px;
	background-color: #DDD;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#vnavi {
	float: left;
	padding: 15px 10px 10px 10px;
	
}
#vnavi ul {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 5px;
	
}
#vnavi li {
	list-style-type: none;
	
}
#vnavi ul a {
	text-decoration: none;
	color: #000;
}
#vnavi a img {
	border: none;
}
#vnavi ul a:hover,
#vnavi ul .active a {
	color: #ffffff;
	background-color: #469D28;
}
#cnt_right {
	float: left;
	width: 700px;
}
#caption {
	text-align: center;
	width: 800px;
}
#breadcrumb {
	float: left;
	width: 644px;
	margin-top: 50px;
	text-align: center;
}
#blumenkind {
	width: 156px;
	display: inline;
}
#content {
	padding-left: 10px;
	width: 800px;
}
#content a img {
	border: none;
}

/* Elements to satisfy the Redaxo-predefined elements */
#content a, 
#footer a,
#caption a {
	text-decoration: underline;
	color: #469D28;
}
#content a:hover, 
#footer a:hover,
#caption a:hover {
	text-decoration: none;
}

#content .br {
	margin-top: 5px;
}

/*	Headlines
------------------------------------------------------------------------------*/

#content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	margin-top: 1.5em;
}

/* Headline 1 */
#content h1 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
	margin-bottom: 10px;
}

#content .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#content h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 3 */
#content h3 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#content p,
#content ul,
#content ol {
	margin-bottom:0.0em;
	line-height:1.6em;
}
#content ul li ul,
#content ul li ol,
#content ol li ol,
#content ol li ul {
	/*font-size:1em;*/
}

#content ul {
	margin-left:14px;
	list-style-type:square;
}

#content ol {
	list-style-type:decimal-leading-zero;
}



/*	Images
------------------------------------------------------------------------------*/
#content div.image {
	margin-bottom:0;
}
#content div.image p {
	margin:0;
	font-size:0.9em;
}
#content div.flLeft {
	margin-right:14px;
}
#content div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	background-image:url(bg_body.jpg);
	background-position:0 -100px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#555555;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:186px;
}
.footer .col-right {
	float:left;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

/**********************************************************
 * Three-columned text
 */

.dreispalter {
  	
}

.spalte_1 {
	float: left;
	margin:0; padding:0;
	width: 25%;
}

.spalte_2 {
float: left;
	margin:0;
	padding:0;
	text-align: center;
	width: 50%;
}

.spalte_3 {
	width: 25%;
	float: right;
	margin:0; padding:0;
}

.spalte_1,
.spalte_2,
.spalte_3{
	//vertical-align: middle;
}


.clboth,
.clear {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* Jede Tabelle und jedes Tabellen Element kann seine eigene Class ID erhalten. Ein Beispiel von meines Site: */

table.standard {
    background-color:#ff0000;
	border-width:1px;
	border-style:inset;
	border-spacing:2px;
	font-size:1em;
	frame:box;
	width:100%;
}


table.standard td,
table.standard th {
    border-style:outset;
	border-width:1px;
	padding:4px;
}


/* download modified by mef
*******************************************************************************/
#content .download-hdl p, 
#content .download-file p, 
#content .download-desc p {
	margin:0;
}

#content .download-hdl p {
	display: inline;
	font-weight:bold;
}

#content .download-file {
	margin-top: 0.5em;
	margin-left: 0.7em;
}

#content .download-file img {
	vertical-align: middle;
}

#content .download-desc {
	display: none;
}

#content .download-without-desc {
	margin-bottom:1.2em;
}

/***************** contact-list **************************/
.contactlist {
	width: 100%;
	text-align: left;
}


.contactlist th {
	background-color: #dddddd;
}
