/*

Theme Name: vemuluTheme
Theme URI: www.squild.de
Description: Dieses Theme wurde von SQUILD erstellt
Author: Matthias Tinnemeier, SQUILD
Author URI: www.squild.de
Version: 1.0

*/ 






body {
	background-image: url('images/bg_pattern_head.jpg');
	background-position: right top;
	background-repeat: repeat-x;	
	
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	
	color: #666666 !important;
	background-color: white !important;

	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
        
}

#root {
	width: 62em;
	min-width: 62em;

	margin-left: 0;
	margin-right: auto;
	padding: 0;
}

p,pre,h1,h2,h3,h4,a {	
	margin: 0;
	padding: 0;
}



.tabonechar {
	width: 1em;
	display: inline;
	float: left;
}

.bold {
	font-weight: bold;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

.sans {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif !important;
}

.blacktext {
	color: #000000;
	background-color: inherit;
}

.graytext {
	color: #cccccc;
	background-color: inherit;
}

.smalltext {
	font-size: 0.8em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: lighter;
}

a {
	color: #62547C;
	text-decoration: none;
}

h1 {
	font-size: 1.45em;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	font-weight: lighter;
	color: #62547C;
	background-color: inherit;
}

.newspost {
	padding-bottom: 2em;
	display: block;
	height: auto;
	clear: both;
}

.newspost+.newspost {
	border-top: 1px solid #cccccc;
	padding-top: 1.5em;
	
}


h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #333333;
	background-color: inherit;
	margin-bottom: 1em;
}

h3 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight:lighter;
	color: #333333;
	font-style: italic;
	background-color: inherit;
}

.underlined {
	border-bottom: 1px dotted #6F6287;
}

/* images */
img {
	padding: 1%;
	border: 1px solid #333333;
	width: 14em;
	margin-right: 5%;
	float: right;
	margin-right: -20em;
}

img .accessible {
	width: 100%;
	height: auto;
}

img .free {
	width: auto;
	height: auto;
}

img .halfnoborder {
	margin: -1%;
	width: 51%;
}

img .half {
	width: 50%;
}

img .full {
	width: 100%;
}

img .fullnoborder {
	margin: -1%;
	width: 101%;
}

img .quarternoborder {
	margin: -1%;
	width: 26%;
}

img .threequarters {
	width: 75%;
}

img .quarter {
	width: 25%;
}

img .right {
	float: right;
	clear: none;
	margin-left: 2.5%;
}

img .left {
	float: left;
	clear: none;
	margin-right: 2.5%;
}

#logo {
	float: right;
	clear: both;
	
	width: 249px;
	height: 96px;
	
	margin-bottom: 75px;
	
	background-image: url('images/logo.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

#topnavigation {	
	clear: both;
	float: none;
	
	border-left: 1em solid #D8CFE9;
	padding: 1em 1em 1em 6em;
	background-color: #EAE4F5;
	margin-bottom: 1px;
}

#topnavigation ul {
	margin: 0;
	padding: 0;
}

#topnavigation li {
	list-style-type: none;
	display: inline;
	
	padding: 0 0.5em 0 0.5em;
	border-right: 1px dotted #6F6287;
}

#topnavigation li:first-child {
	padding-left: 0;
}

#topnavigation a {
	font-size: 1em;

	color: #988DAB;
	background-color: inherit;
	
	text-decoration: none;
	white-space: nowrap;
	font-weight: lighter;
	
	border: none;
}

#topnavigation a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #6F6287;
}

#topnavigation a.active {
	font-weight: bold;
	color: #2B2439;
}



#topnavi2contentspacer {
	background-color: #B7B0C3;
	border-left: 1em solid #ACA3BE;
	margin-bottom: 1px;
	padding: 0.5em;
	text-align: right;
}

#topnavi2contentspacer a {
	font-size: 0.8em;
	padding-left: 0.75em;
	color: #ffffff;
}

#content {
	float: left;
	clear: both;
	
	height: auto;
	margin: 0;
	
	padding: 2em 20em 1em 6em;
	background-color: #FFFFFF;
	border-left: 1em solid #EAE4F5;
}

.splash {
	background-color: #EAE4F5;
	color: #6F6287;
	border: 1px dotted #6F6287;
	padding: 0.5em;
	margin-bottom: 2em;
}

#footer {
	clear: both;
	float: none;
		
	padding: 7em 20em 0 6em;
	
	color: #c2c2c2;
	background-color: inherit;
	
	border-left: 1em solid #EAE4F5;
	
	background-image: url('images/logo_small_foot.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
