img {
	border: none;
}

#pagediv {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative; 
	background: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #0160b2;
}

body { 
	background: #e7e5e4;
	text-align: center;
	margin-top: 75px;
	color: #0160b2;
	font-family: Arial, Verdana,  sans-serif;
	font-size: 13px;


}

#bluecontent {
	background: #0160b2;
	min-height: 395px;
	margin-right: 0;
	width: 800px;
	margin-top: 3px;
	
}

#pagelet_top {
	background: #ffffff;
	width: 575px;
	margin-top: 10px;	
	text-align: right;
	position: relative;
	float: left;
	height: 40px;	
	z-index: 2;

}

#pagelet {
	background: #FFFFFF;
	width: 600px;
	clear: left;
	position: relative;
	/*height: 345px;
	min-height: 345px;*/
	/*overflow: auto;*/


	
}


#right_corner {
	background-image: url('images/corner_right.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 40px;
	float: left;
	margin-top: 10px;
	z-index: 2;
}

#right_corner_long {
	background-image: url('images/corner_long.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	margin-top: 10px;
	z-index: 2;
}


.greybox {
	background-color: #d5d1ce;
	width: 240px;
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
	left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
	margin-left: 25px;
	top: -8px;
}

.whitebox {
	background-color: #ffffff;
	margin: 0 10px 10px 10px;

	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	color: #0160b2;
	font-family: Arial, Verdana,  sans-serif;
	font-size: 13px;
}

.whitebox_big {
	background-color: #ffffff;
	margin: 0 10px 10px 10px;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	color: #0160b2;
	font-family: Arial, Verdana,  sans-serif;
	font-size: 13px;
}


.tab_small {
	background-image: url('images/tab_small.jpg');
	background-repeat: no-repeat;
	width: 220px;
	height: 54px;
	margin-top: 10px;
	margin-left: 10px;
	color: #0160b2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.tab_small a {
	text-decoration: none;
	color: #0160b2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

#tab_big {
	background-image: url('images/tab_big.jpg');
	background-repeat: no-repeat;
	width: 600px;
	height: 49px;
	position: relative;
	z-index: 5;
	color: #0160b2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;



}

.tab_text {
	position: relative;
	top: 15px;
	left: 15px;
}

.arrow {
	position: relative;
	top: 4px;
}

.wing {
	width: 122px;
	height: 68px;
	background-image: url('images/wing.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
}

ul#menulist {
	list-style-image: url('images/menuarrow.gif');
	color: #FFFFFF;
	
}

a.menutext {
	color: #FFFFFF;
	margin-left: 8px;
	position: relative;
	top: -7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
a.bluelink {
	color: #0160b2;
	font-family: Arial, Verdana,  sans-serif;
	font-size: 13px;

}

a.whitelink {
	color: #FFFFFF;
/*	font-family: Arial, Verdana,  sans-serif;*/
	font-size: 10px;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}


#menu_front {
	position: absolute;
	right: 35px;
	top: 330px;
}

#menu {
	position: absolute;
	right: 35px;
	top: 240px;
}

.menuentry {
	margin: 4px;
	margin-top: 0px;
}

#kontakt {
	position: absolute;
	color: #FFFFFF;
	right: 60px;
	bottom: -0px;
	font-size: 10px;
}

#pageseparator {
	background-color: #0160b2;
	height: 25px;
	width: 800px;
	margin-bottom: -3px;
}

p.caption {
	color: #0160b2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

p.error {
	color: #cb1111;
}

th {
	text-align: center;
}

tr.columnnames {
	background-color: #0160b2;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;

}

td.entry {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 1px 0px;
	font-size: 10px;

}


tr.entryrow {
	cursor: pointer;
}

table#newsedit {
	background-color: #FFFFFF;
	color: #000000;
	width: 400px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 40px;
}


.example {
	font-size: 10px;
	color: #aaaaaa;
	margin-left: 10px;
}

#add_button {
	background-color: #0160b2;
	color: #FFFFFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */