* {
	border: 0;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #666;
	text-transform: lowercase;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
.navigation a:hover {
	color: #e63434;
}

a:focus {
	outline: none;
}

a,
a:hover,
a:focus,
a:active,
a:link, a:visited,
a:link:hover, a:visited:hover {
	outline: none;
	outline-style: none;
}

a.next,
a.prev {
	padding-left: 1.2em;
	line-height: 0.9em;
	margin-right: 1em;	
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	line-height: 1em;
}

h3, h4 {
	font-weight: normal;
	margin: 2em 0 1em 0;
	font-size: 1.1em;
}

h3 {
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #fff;
}

table, td, tr {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#wrapper {
	width: 100%;
	height: 90%;
}

#wrapper td.background {
	background: url(../../templates/images/background.gif) repeat-x;
}

#body {
	position: relative;
	min-height: 100%;	
	height: auto !important;
	height: 490px;
	width: 96em;
	margin: auto;
	z-index: 1;
	/*font-size: 1.1em;*/
	overflow: hidden;
}

#logo {
	position: absolute;
	z-index: 1000;
	top: -5em;
	left: 66em;
}

#content {
	position: relative;
	background-color: #333;
	overflow: hidden;
}

/* Porfolio, Texte*/
.content {
	position: absolute;
	left: 0;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

#content .mod_default {
	z-index: 0;
	height: 100%;
	overflow: auto;
	padding-right: 20em;
	/*float: left;*/
}

#content p {
	padding-right: 2em;
}

/* Menü */

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2em;
}

.menu li {
	float: left;
}

.menu a {
	display: block;
 	text-decoration: none;
	text-align: left;
}

.mainmenu li {
	padding: 0 5em 0 0;
}

.mainmenu ul li a {
/*.mainmenu > ul > li > a {*/
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: #fff;
	cursor: default;
}

.mainmenu ul ul li a {
	font-weight: normal;
	text-transform: lowercase;
	/*font-size: 1.2em;*/
}

.mainmenu ul ul a:hover {
	color: #e63434;
}

/* Kategorien u. Bottom-Untermenü */
#mainmenu > ul li > a:hover,
#bottommenu > ul > li:first-child > a:hover,
#bottommenu a:hover {
}

.mainmenu > ul > li > a:hover {
	/*color: #fff;*/
}

/* Main-Untermenü */
#mainmenu a:hover {
	position: relative;
	z-index: 1;

}

#mainmenu {
	height: 13em;
	background-color: #474747;
	padding: 0 0 1em;
}

#mainmenu .rubrik0,
#bottommenu .rubrik0 {
	position: absolute;
	left: 0em;
}

#mainmenu .rubrik1,
#bottommenu .rubrik2 {
	position: absolute;
	left: 24em;
}

#mainmenu .rubrik2,
#bottommenu .rubrik4 {
	position: absolute;
	left: 48em;
}

#mainmenu .rubrik3,
#bottommenu .rubrik6 {
	position: absolute;
	left: 72em;
}


#bottommenu .rubrik1  {
	position: absolute;
	left: 12em;
}

#bottommenu .rubrik3  {
	position: absolute;
	left: 36em;
}

#bottommenu .rubrik5  {
	position: absolute;
	left: 60em;
}

#bottommenu .rubrik7 {
	position: absolute;
	left: 84em;
}

#mainmenu li {
	width: 17em;
}

/*#mainmenu > ul > li*/
#mainmenu .backgroun {
	position: absolute;
	top: 0;	
	left: 0;
	z-index: 0;
	background-color: #666;
	width: 100%;
	height: 2em;
}

/* Submenu */
.mainmenu > ul ul {
	padding: 1.5em 0 0;
}

.mainmenu > ul ul li {
	float: none;
}

.mainmenu > ul ul a {	
	font-weight: normal;
	text-transform: lowercase;
}


/* Bottommenu */
#bottommenu {
	margin-top: 1em;
}

/* Formulare */

form {
	margin-top: 2em;
}

fieldset {
	position: relative;
	margin: 0;
	padding: 0;
}

fieldset label {
	display: block;
	float: left; 
	width: 8em;
}

fieldset .item {
	height: 2.7em;
}

fieldset span {

}
input, 
select, 
textarea {
	/*border: 1px solid #c1c1c1;*/
	color: #fff;
	width: 20em;
	max-width: 23em;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0.2em;
	display: block;
	background-color: #666;
}

textarea,
.intput_textarea {
	height: 5em;
	width: 25.5em;
	max-width: 25.5em;
}

input[type=submit],
input.button {
	display: inline;
	width: auto;
	padding: 0 0.5em;
	background-color: #666;
	margin: 0 1em 0 0;
}

input.button.last {
	margin-right: 0;
	margin-left: 0;
}

input[type=radio] {
	width: auto;
	margin-right: 5px;
}
