html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font: 80% Arial, geneva, helvetica, sans-serif;
	line-height: 150%;
	width: 100%;
}

p {
	max-width: 600px;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}















#header {
	margin: 0 0 0 0;
	background-color: #e2001a;
	background: url(../images/header.png) no-repeat;
	width: 100%;
	height: 117px;
}

#header2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #f0f1f1;
	text-align: right;
}

#jflanguageselection {
	display:block;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
}

#jflanguageselection ul.jflanguageselection {
width:180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



#jflanguageselection ul.jflanguageselection li {
	display:inline;
	text-right:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
}



#jflanguageselection ul.jflanguageselection li#active_language a{
	color: #e2001a;
	font-size: 1.1em;
	font-weight: bold;
	border-right:2px solid #000000;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 1px;
		}

#jflanguageselection ul.jflanguageselection li#active_language:last-child a{
	color: #e2001a;
	font-weight: bold;
	border-right: none;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 1.1em;
	margin-top: 1px;
}

#jflanguageselection ul.jflanguageselection li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-right:2px solid #000000;
	padding-right: 4px;
	padding-left: 4px;
}

#jflanguageselection ul.jflanguageselection li:last-child a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	border-right: none;
}




*.moduletablelanguageselection {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#container {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#middle {
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/left-bg.png) no-repeat;
}

#left{

	float: left;
	width: 200px;

}

#left ul {
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	list-style: none;

}

#left ul a:link, #left ul a:visited {
	text-align: right;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	line-height: 1.8em;
}

#content{
		padding-top: 1em;
		margin: 0 auto;

		width: 700px;
}

#right{
	float: right;
	width: 200px;
	margin-top: 1em;
	margin-right: 1em;
}

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	background-color: #f0f1f1;
	padding-top: 5px;
	padding-bottom: 5px;
}

*.moduletable {
	background: url(../images/box-bg.png) no-repeat;
	background-position: bottom;
	background-color: #f0f1f1;
	padding: 0.5em;
	width: 180px;
	float: right;
	margin: 0.5em 0.5em 0.5em 0.5em;
}



*.moduletable_menu {

}

				
#vmMainPage table {
	width: 90%;
}

#vmMainPage table.vmbar {
	width: 468px;
}

#vmMainPage table.vmbar a small{

	font-size: 82%;
}

.moduletable a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}					
/* Schrift und Co */
a:link, a:visited, {
	color: #e2001a;
	text-decoration: none;
}

/* Schrift und Co */
#content table a {
	color: #e2001a;
	text-decoration: none;
}

.moduletable h3 {
  font-size: 1.2em;
  margin: 0;
  padding:0;
}



h3, .componentheading, table.moduletable th, legend {
	font-weight: bold;
	font-size: 1.8em;
	text-align: left;
	margin-bottom: 0.5em;
}

*.contentheading {
	font-size:1.5em;
	font-weight: bold;
	margin-bottom: 1em;
  }
*.caption {
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 1em;
  }

td.contentheading {
	border-bottom: 1px solid #000000;
}

table.contentpaneopen {
	max-width: 600px;
}

.hide {
visibility:hidden; height:1px; display:none;
}
