body {
/*'Coda', */
font-family: Coda, Arial, Helvetica;
font-size: 14px;
background: url('/fileadmin/design/background.jpg');
background-color: rgba(0,0,0,0);
background-attachment:fixed;
color: rgb(177,177,177);
	
}

iframe {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 34px;
	line-height: 46px;
	margin-top: 5px;
	margin-bottom: 12px;
}

h2 {
	font-size: 26px;
	line-height: 38px;
}

h3 {
	font-size: 16px;
	line-height: 32px;
}


.frame,
.clearfix .frame {
	text-align: center;
}

div.csc-textpic-imagecolumn {
	margin: 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

#content {	
	padding-top: 50px;
/*	width: 480px;*/
	margin: 0 auto;
}

.clearfix {
	
}

@media (max-width: 480px) { 
	body {background: url('/fileadmin/design/background.jpg');}
	.clearfix {
		width: 480px !important;
	
	}
}

#content a {
	color: #d2b690 !important;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color: #d2b690;
}

#content a:hover {
   color: #d2b690;
	text-decoration: underline;
}


#top a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	margin-top: 30px;
	color: white;
	font-size: 22px;
   font-weight: bold;
   text-align: center;
   display: none;
}

#nav a,
#nav span {
   border-top-right-radius: 1px;
   border-top-left-radius: 1px;
}

#nav a {
	color: rgba(223,223,223,0.81);
	background: rgba(0,0,0,0.1);
	font-size: 22px;
   font-weight: bold;
   display: block;
   text-decoration: none;
}

#nav a:hover {
	background: rgba(0,0,0,0.3);
}

#nav .active {
	background: rgba(0,0,0,0.3);
	display: block;
}

#submenu {
	color: white;
	/*margin-bottom: 30px;*/
}

#submenu .item {
	padding: 10px 10px 12px 20px;
	background: rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#submenu a {
	color: rgba(223,223,223,0.81);
	text-decoration: none;
}

#submenu .active {
	background: none;
}

#main {
	/*background: rgba(0,0,0,0.3);*/
}

#right {
	background: rgba(0,0,0,0.3);
	padding: 0 0 150px 0;
	display: none;
}

#right .csc-textpic-text {
	padding: 0 20px 0 20px;
}

#content {
	padding: 0 auto;
}
