/***

This is only standard layout. all paddings, width etc were made here.
Be sure to add initial colors too.

***/
body{
	background-color:#FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
}

p a{
	color:#333;
}
a img{
	border:0px none;
}
.ICT{
	cursor: pointer;
	text-decoration: underline;
}
/*header*/
#top{
	height:5.4em;
	padding:0px;
	margin:0px;
}
#header_l{
	height:100%;
	width:23%;
	float:left;
}
#header_r{
	height:100%;
	width:15%;
	float:right;	
	padding-right:0.5em;
	background-color:#3e1111;
}/*3c0f0f*/
#header_m{
	height:100%;
	width:60%;
	float:right;
}
#header #logo{
	float: left;
}
#header_m img{
	height:100%;
	width:100%;
	overflow:hidden;
}
#header_r img{
	margin-top:0.5em;
	border:1px solid #999999;
	width:6.3em;
	float:right;
	max-width:97%; 	/*the image will alway displayed complet*/
	max-height:100%;	/*the image will alway displayed complet*/
}
#header_l img{
	max-width:100%;		/*the image will alway displayed complet*/
	max-height:100%;	/*the image will alway displayed complet*/
}
#header_text{
	float:left;
	position:relative;
	top:-4em;
}
#header #top_nav {
	background-color:#ffffff;
	clear:both;
	color: #333333;
	text-align:right;
	width:100%;
	padding-left:0.2em;
	padding-right:0.2em;
	height:1.7em;
	border-top:1px solid black;
	font-size:90%;
}
#header #top_nav a{
	color: #333333;
	text-decoration:none;
	font-weight: bold;
	padding-left:0.2em;
	padding-right:0.2em;
}


/*main*/
.img_left{
	float: left;
	margin-right: 1em;
}

.img_right{
	float: right;
	margin-right: 1em;
}

p{
	line-height:1.2em;
}
h1{
	font-size: 1.3em;
	margin: 0.5em 0 1em 0;
	font-weight:bold;
}
h2{
	font-size: 1.1em;
	margin: 0.4em 0 0.8em 0;
	font-weight:bold;
}
h3{
	font-size: 1.0em;
	margin: 0.3em 0 0.6em 0;
	font-weight:bold;
}
.text-fett{
	font-weight:bold;
}
.text-kursiv{
	font-style:italic;
}
.text-kleiner{
	font-size:90%;
}
.mainmenu{
	cursor:pointer;
}
.mainmenu a{
	text-decoration:none;
}
.news{
	font-size:80%;
}
/*left*/
.mmhide_holygrail .mmhide_colleft,
.mmhide_holygrail .mmhide_colleft2 {
	background:#ffffff;    	/* Left column background colour */
}

/*center*/
.mmhide_holygrail .mmhide_colmid, 
.mmhide_holygrail .mmhide_colmid2 {
	background:#ffffff;    	/* Centre column background colour */
}

.mmhide_holygrail .mmhide_colmid label, 
.mmhide_holygrail .mmhide_colmid2 label{
	display:none;
}
/*right*/
.mmhide_holygrail {
	background:#FFFFFF;    	/* Right column background colour */
}

.mmhide_mainmenu a{
	color:#333;	
}

.mmhide_submenu a{
	color:#333;	
}

.news a:visited,
.news a{
	color:#333;
}
/*footer*/
.mmhide_second_footer{
	background-color:#3c0f0f;
	color:#FFFFFF;
	text-align:center;
}
/*pop up*/
/* Hoverendes Popup */
.popup0 {
	text-decoration: none;
	position: absolute;
	z-index: 20;
	visibility: hidden;
	top: 0px;
	left: 0px;
	border: none;
	padding: 8px;
	font-size:80%;
}
.popup {
	text-decoration: none;
	z-index: 20;
	position: relative;
	visibility:visible;
	top: 0px;
	left: 0px;
	border: 1px dashed #666666;
	padding: 8px;
	font-size:80%;
}
.popup0 dl {
	margin: 0px;
	padding: 0px;
}
.popup0 dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.popup0 dd,
.popup dd {
	padding:0;
	margin:0;
}
.invisible {
	display:none;
}