@charset "utf-8";

html {
	overflow-x: hidden;
  	overflow-y: auto;
}

/* TAGS */
body{
	background-color: #fff;
	padding:0px;
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}
A, A:link, A:visited, A:active {
	color:#000;
	font-size:11px;
}
/* END TAGS */

.MegaKop{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#929292;
}

.Kop, .titel{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.SubKop {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.small {
	font-size: 10px;
}

.error, errorTxt{
	font-weight: bold;
	color: #DD0000;
}
.success, successTxt {
	font-weight: bold;
	color: #00DD00;
}


div.hr {
	width: 100%;
	height: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 1px;
	border: none;
	border-top: 1px dashed #cecece;
	overflow: hidden;
	text-align: left;
}	

.blog_text, A.blog_text, A.blog_text:link, A.blog_text:visited, A.blog_text:active, A.blog_text:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	color:#929292;
}


/* END MARKUP */

/* LAYOUT */
.wrapper {
	background-image:url(images/background.gif);
	width:1000px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	overflow: hidden;	
}

.left{
	width:770px;
	height:735px;
	float:left;
	overflow:hidden;
	padding-top:5px;
}
.menu{
	width:770px;
	height:64px;
	float:left;
	margin-top:3px;
}
.logo {
	width:184px;
	height:85px;
	float:left;
	margin-top:0px;
}
.content{
	/* ie width / margin */
	font-family: Courier, Arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
	width:750px;
	margin-left:5px;
	height:582px;
	float:left;
	overflow-x: hidden;
  	overflow-y: auto;
}
/* firefox/all others */
html>body .content {
	width:750px;
	margin-left:10px;
}

.contentPadding {
	font-family: Courier, Arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
	width:auto;
	height:auto;
	padding:8px;
}

.contentGallery {
	float:left;
	width:979px;  /* hack, resize with js for flex galery resize event */
	height:574px;
	margin-left:5px;
	padding:0px; 
	padding-top:10px;
	background-color:#fff;
	color:#000;
}
/* firefox/all others */
html>body .contentGallery {
	margin-left:10px;	
}

.right{
	background-color:#f1dae4;
/*	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
	width:230px;
	height: 750px;
	float:left;
	overflow:hidden;
	padding-top:5px;	
	vertical-align:top;
}
.blog{
	width:195px;
	height:auto;
	float:left;
	margin-top:140px;
	margin-left:15px;
	padding:5px;	
	overflow:hidden;
}
/* END LAYOUT */

/* MENU */
.menu_wrapper { 
	margin-top:5px;
	margin-left:5px;
	padding: 3px;
	width:320px;
	height:45px;
	float:left;
	background-color:#FFFFFF;
}
/* firefox/all others */
html>body .menu_wrapper {
	margin-left:10px;	
}

.submenu_wrapper {
	margin-top:5px;
	margin-left:40px;
	padding: 3px;
	width:440px;
	float:left;
	background-color:#FFFFFF;
}

.menuitem { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	text-transform:lowercase;
	margin: 0px; 
	font-weight:bold;
}

.submenuitem { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	margin: 0px; 
	
	overflow: hidden;	
	padding-bottom:3px;
	padding-left:2px;
	text-decoration:none;
}

.menuitem a, .submenuitem a {
	color: #000;
	text-decoration:none;
}

.menuitem a.active, .menuitem a:hover, .submenuitem a.active, .submenuitem a:hover{
	color: #d30366;
	text-decoration:none;
}

.selectedMenuItem, A.selectedMenuItem, A.selectedMenuItem:link, A.selectedMenuItem:visited, A.selectedMenuItem:active, A.selectedMenuItem:hover {
	color: #d30366;
	text-decoration:none;
}

/* END MENU*/

/* buttons */	
A.go, A.goback, A.goup, A.godown, A.godown	{
	font-family: Courier, Arial;
	font-size:11px;
	color: #d30366;
	height: 25px;
	padding: 9px 0px 10px 25px;
	text-decoration:none;
	}

A.go:HOVER, A.goback:HOVER, A.goup:HOVER, A.godown:HOVER, A.godown:HOVER	{
	font-family: Courier, Arial;
	font-size:11px;
	color: #d30366;
	height: 25px;
	padding: 9px 0px 10px 25px;
	color: #d30366;
	}
	
A.go	{
	background: url(images/go.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
A.goup	{
	background: url(images/goup.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
A.goback	{
	background: url(images/goback.gif);
 	background-repeat: no-repeat;
	background-position: left;
	}
	
A.godown	{
	background: url(images/godown.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
/* form elements */
/* forms */
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-size: 11px;
	color: #000;
	border: 1px solid #898989;
	background-color: #ccdaff;
}

