#accordion h3{
	padding:5px 0px 0px 10px;
	background-color:#F3F3F3;
	width:100%;
	font-weight:normal;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	cursor:pointer;
	margin-bottom:0px;
    height:22px;
}

body {
 	background-image: url(user_uploads/templates/background.png);
 	background-color: #FFFFFF;
 	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.wrapper{
    margin:auto;
    width:991px;
}

.campusBottom{
    	background-image: url(../images/campus_bottom.jpg);
        height:4px;
}

.borderLeft{
    background-image: url(../images/campus_borderleft.jpg);
    width:6px;
    height:auto;
}

.borderRight{
    background-image: url(../images/campus_border.jpg);
    width:5px;
    height:auto;
}

.content_box {
	border:1px solid white;
	color:white;
	font-size:11px;
	line-height:1.3;
	padding:5px;
	width:180px;
}

.content {
	padding:10px 20px 5px;
}

.bilderrahmen {
	border:3px solid #E2E2E2;
	padding:2px;
}
.srch {
	display:none;
}

.textfeld{
	height: 16px;
	padding-left: 2px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

form{
	margin: 0px; 
	padding: 0px;
}

img {
	vertical-align:middle;
	behavior:	url("pngbehavior.htc");
}

.rahmen_error {
	border:1px solid Red;
}

td, tr {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	vertical-align:top;
}

a {
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	text-decoration:none;
}

a.link_email,a.link_email:active,a.link_email:visited,a.link_email:link {
	text-decoration: none;
		color:#ffffff;
}

a.link_email:hover {
	text-decoration: underline;
		color:#ffffff;
}