@import url(im-reset.css);
@import url(im-default-styles.css);

a {
	color: #900000;
	text-decoration: none;
	}

a:hover {
	color: #900000;
	text-decoration: underline;
	}

html, body {
	background: #667DD1;
	}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	}

#page-wrapper {
	background: transparent;
	margin: 20px auto;
	}

#border-top {
	background: transparent url(page-bg-top.gif) top left no-repeat;
	height: 15px;
	}

#content-wrapper {
	background: transparent url(page-bg-left-right.gif) top left repeat-y;
	padding: 0 20px 10px 20px;
	}

#border-bottom {
	background: transparent url(page-bg-bottom.gif) top left no-repeat;
	height: 15px;
	}

#header {
	background: transparent url(header-bg.gif) 0 6px no-repeat;
	height: 118px;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #000099;
	}

#header img.logo {
	float: left;
	margin: 20px 0 0 22px;
	}

#header h1 {
	float: left;
	font-size: 300%;
	font-weight: bold;
	margin: 0;
	padding: 46px 0 0 20px;
	}

#header h1 span.dot {
	color: #677DD2;
	}

#header h1 span.de {
	color: #900000;
	}

#header p.slogan {
	clear: right;
	float: right;
	font-size: 116.67%;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding-top: 24px;
	text-align: right;
	width: 300px;
	}

#menue {
	background: #900000 url(nav-bg.jpg) top left repeat-x;
	border-top: 1px solid #363B41;
	float: left;
	position: relative;
	width: 100%;
	}

#navigation li {
	float: left;
	background: #900000 url(nav-bg.jpg) top left repeat-x;
	border-left: 1px solid #68707B;
	border-right: 1px solid #363B41;
	}

#navigation li a {
	float: left;
	padding: 10px 20px;
	color: #DFE1E2;
	text-decoration: none;
	}

#navigation li a:hover,
#navigation li a.active {
	background: #667DD1 url(nav-bg-active.jpg) top left repeat-x;
	color: #fff;
}

#navigation li.start {
	margin-left: 20px;
	}

#navigation li.ende {
	border-right: 1px solid #68707B;
	}

#content {
	overflow: hidden;
	padding: 40px 0 20px 0;
	}

#main-content,
#main-content-kategorien {
	float: left;
	width: 650px;
	}

#main-content-kategorien {
	width: 440px;
	}

#main-content .gutter,
#main-content-kategorien .gutter {
	padding: 0 10px 0 0;
	position: relative;
	}

#main-content-kategorien .gutter {
	padding-left: 10px;
	}

#sidebar {
	float: right;
	position: relative;
	width: 270px;
	}

#sidebar .gutter {
	padding: 0 0 0 10px;
	position: relative;
	}

#sidebar p {
	margin-top: 1px solid #000;
	}

#sidebar-left {
	float: left;
	position: relative;
	width: 210px;
	}

#sidebar-left .gutter {
	padding: 0 10px 0 0;
	position: relative;
	}

.centered {
	text-align: center;
	}

#content h1,
#content h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

#content h2 {
	font-size: 116.67%;
	}

#content ul,
#content ol {
	list-style: square;
	line-height: 1.2em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	}

#content ol {
	margin-left: 2em;
	list-style: decimal;
	}

#content ul li,
#content ol li {
	margin-bottom: 0.5em;
	}

#content p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}

#footer {
	background: transparent url(footer-bg.gif) top left no-repeat;
	clear: both;
	height: 131px;
	padding: 0;
	}

.box,
.box-left {
	width: 260px;
	background: url(box-bg.gif) no-repeat bottom left;
	margin-bottom: 1.5em;
	}

.box-left {
	width: 200px;
	background: url(box-left-bg.gif) no-repeat bottom left;
	}

.box h3,
.box-left h3 {
	margin: 0;
	padding: 10px 12px 8px 12px;
	font-size: 100%;
	font-weight: bold;
	background: url(box-top-bg.gif) no-repeat top left;
	}

.box-left h3 {
	background: url(box-left-top-bg.gif) no-repeat top left;
	}

.box-gutter {
	padding: 12px 5px 12px 5px;
	}



#content .box p {
	line-height: normal;
	margin-bottom: 0.5em;
	}

#content .box ul {
	margin-bottom: 0.5em;
	}

#footer .gutter {
	padding: 20px;
	}

#footer h3 {
	color: #000;
	font-size: 133.33%;
	font-weight: bold;
	margin-bottom: 1em;
	}

#footer p {
	margin-bottom: 0.5em;
	}

.col_1,
.col_2,
.col_3,
.col_4 {
	display: inline;
	float: left;
	margin-left: 20px;
	}

.first_col {
	margin-left: 0;
	}

.col_1 {
	width: 205px;
	}

.col_2 {
	width: 330px;
	}

.col_3 {
	width: 504px;
	}

.col_4 {
	width: 8800px;
	}

.divider {
	clear: left;
	display: block;
	height: 18px;
	margin: 0 10px 15px 10px;
	overflow: hidden;
	}

p.copyright {
	color: #000;
	line-height: normal;
	margin-top: 1.5em;
	margin-bottom: 0;
	text-align: center;
	}

#header-search {
	margin-right: 20px;
	margin-top: 20px;
	float:right;
	width: 300px;
	}

form.searchbox {
	background: transparent;
	border:medium none;
	float:right;
	margin:0;
	overflow: hidden;
	padding:0;
	}

input.input_text_searchbox {
	background: #FFFFFF url(search.gif) no-repeat scroll 4px 4px;
	border: 1px solid #CCCCCC;
	color: #000000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 3px;
	padding: 4px 4px 4px 22px;
	width: 150px;
	}

input.input_text_searchbox:hover,
input.input_text_searchbox:active,
input.input_text_searchbox:focus {
	border: 1px solid #900000;
	}


/* 
BEISPIEL-CSS FÜR do form! 1.x  
Bitte nicht 1 zu 1 übernehmen  
Wenn ja, dann diesen Hinweis nicht löschen
Version 2: Thomas Skerbis | www.klxm.de  
11.12.2008 
Dass CSS berücksichtigt nicht alle möglichen 
Felder 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.Formular-Generator
-------------------------------------------------------
*/

/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	border: 1px solid #B4C4ED;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
padding: 20px;
line-height : 1.5em;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	
}
 .forminfo 
{
	color: red;
	margin-bottom: 15px;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield,
.formgen .formtextfield_article {
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: #B4C4ED 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

.formgen .formtextfield_article {
	height: 300px;
	}

/* Textfeld */
.formgen .formtext
{
	width: 400px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	border: #B4C4ED 1px solid;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	color: #000;
	border-color: #900000;
}



/* Label */
.formgen label {
	width: 170px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen select {
	background-color: #fff;
	width: 400px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	border: #B4C4ED 1px solid;
}

.formgen .formheadline {
	margin-bottom: 6px;
	margin-top: 12px;
	}

/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #B4C4ED;
	float: right;
	color: #666666;
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	float: left;
	border: 1px solid #B4C4ED;
	vertical-align: top;
	margin-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


.highlight {
	background: yellow;
	}

a.artikel-schreiben {
	background: transparent url(btn-artikel-schreiben.gif) top left;
	display: block;
	width: 200px;
	height: 18px;
	}

a.artikel-schreiben:hover {
	background: transparent url(btn-artikel-schreiben-active.gif) top left;
	}


.form50 {
	float: left;
	width: 43%;
	height: 12em;
	}

.form50 label {
	width: 80px;
	float: left;
	height: 20px;
	}

.boxleftmargin {
	margin-left: 20px;
	}

.form50 form {
	padding: 10px;
	}

.form50 .formtext
{
	width: 160px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	border: #B4C4ED 1px solid;
}

p.forgottenpassword {
	clear: left;
	margin-left: 50%;
	}

.article-preview {
	background: #ddd;
	padding: 6px;
	}
