a:-webkit-any-link {
	text-decoration: none;
}
body, table {
	background-color: white;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #535353;
	font-size: 13px;
}

div#wrapper {
	width: 1024px;
	height: 535px;
	margin: auto;
	margin-top: 30px;
}

nav {
	width: 160px;
	margin-left: 32px;
	float:left;
	display: block;
	background-color: white;
}

/*Transparenter hintergrund
.transparent {
	background-color: rgba(255,255,255,0.8);
}

*/

/*Transparenter hintergrund*/
.transparent {
	background-color: rgba(255,255,255,0.9);
}


/*navigation links*/
.more-space {
	margin-bottom:30px;
}
ul#nav_list {
	padding-left: 8px;
	margin-top: 20px;
}

ul#nav_list li {
	margin-bottom: 12px;
}

ul#nav_list li.sub {
	font-size: 9px;
	margin-top: -10px;
}

ul#nav_list  {
	color: #535353;
	text-decoration: none;
	text-transform: uppercase;
	
	
}

ul#nav_list a {
	color:#535353;
	text-decoration:none;
}

ul#nav_list a:hover {
	text-decoration: underline;
}

ul#nav_list a.current {
	text-decoration: underline;
}

/*content-bereiche*/
article {
	position:relative;
}

.delete {
	/*position:absolute;
	left:0;
	bottom:0;*/
}

.admin_controls {
	padding-top:2px;
}

.button-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:20px solid black;
	display: inline-block;
	/*position:absolute;
	right:25px;
	bottom:0;*/
}

.button-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid black;
	display: inline-block;
	/*position:absolute;
	right:0;
	bottom:0;*/
}

article#a_1 {
	width: 280px;
	height: 480px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	float: left;
	background-color: white;
	
	overflow: auto;
	
	overflow: auto;
}

article#a_1 h1 {
	font-size: 16px;
	margin-top: 25px;
}

article#a_2 {
	width: 400px;
	height: 480px;
	
	padding-left: 40px;
	padding-right: 40px;
	
	float:right;
	background-color: white;
	
	margin-right: 32px;
	
	overflow: auto;
}

#a_3 {
	width: 400px;
	
	min-height:50px;

	padding-left: 40px;
	padding-right: 40px;
	
	float:right;
	background-color: white;
	
	margin-right: 32px;
	
	overflow: auto;
	line-height: 120%;
	letter-spacing: 0.01em
}

.gallerylink {
	font-size:15px;
}

.arrow-right {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 8px solid #205bad;
	float:left;
	margin-top:2px;
	margin-right:10px;
}

article#a_1, article#a_2 {
	line-height: 120%;
	letter-spacing: 0.01em
}

.small {
	width:auto;
	height:auto;
	/*max-height:160px;*/
	max-width:160px;
	overflow:hidden;
}
.small.horizontal {
	max-width:275px;
}

.picture {
	/*float:left;*/
	/*width:160px;*/
	/*height:160px*/;
	/*margin:15px;*/
	margin: 75px auto;
	position:relative;
	text-align:center;
}

.fancybox-title:first-line {
	font-weight:bolder;
}

.upload {
	position:absolute;
	bottom:0px;
	left:42%;
}
.editimage:hover {
	opacity:0.8;
	background-color:black;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom:30px;
	text-transform: uppercase;
	line-height: 120%;
	color:#205bad;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 120%;
	cursor:pointer;
}

.toggle {
	margin-bottom:20px;
	border-top:1px solid lightgrey;
	padding-top:30px;
}

/*Grundbereiche*/

footer {
	color: white;
	width: 992px;
	height: 17px;
	
	font-size: 11px;
	
	background-image: url(../images/footer.jpg);
	padding-left: 32px;
	padding-top: 3px;
}

footer a {
	color:transparent;
	text-decoration:none;
	font-size:11px;
	text-transform: uppercase;
}

footer a:visited {
	color:white;
}

div#v_mitte {
	height: 500px;
	width: 1024px;
	background-color: white;
	padding-top: 20px;
	background-image:url(../images/hintergrund-03.jpg);
}

#v_mitte2 {
	height:auto;
	width: 1024px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

header {
	width: 993px;
	height: 55px;
	background-image:url(../images/head-neu.jpg);
	padding-left: 31px;
	padding-top: 39px;
}

#head_line1 {
	color: #454E89;
	font-size: 21px;
	letter-spacing: 1px;
}

#head_line2 {
	margin-top: -3px;
	color: #FEBC2D;
	font-size: 21px;
	letter-spacing: 1px;
}
.arrow-up,
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom:none;
	
	border-top: 8px solid #205bad;
	float:right;
}
.arrow-up {
	
	border-bottom: 8px solid #205bad;
	border-top:none;
}

.edittitle {
	/*position:absolute;
	left:75px;
	bottom:3px;*/
}
.menu_logo {
	width:160px;
	height:160px;
}