/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
/* this is a bluish color, you change this for all default link colors */
	color: #ef1c25;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #ef1c25;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #ef1c25;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFF url(images/bg.jpg) repeat-x left top;
}
div#pagewrapper {
	width: 1010px;
	margin: 0 auto;
        overflow: hidden;
        height: 100%;
	background: url(images/bg_center.jpg) repeat-y;
	color: black;
}

div#languages {
margin-left: 910px;
clear: both;
position: absolute;
background: #ececec;
padding: 5px;
}

div#languages a {
color: #f20000;
text-decoration: none;
}

div#languages a:hover {
color: #000;
text-decoration: none;
}

div#bgtop {
background: url(images/bg_top.jpg) no-repeat;
margin-left: -4px;

}

div#header {
	height: 100px;
	padding: 0;
margin-right: 30px;
padding-top: 10px;
width: 220px;
}

div#header h1 a {
	background: url(images/logo.jpg) no-repeat right top;
margin-top: -20px;
height: 131px;
	display: block;
	text-indent: -999em;
	text-decoration: none;
}

div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(images/logo.jpg)  no-repeat right top;
}

div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
display: none;
}



div.crbk {
	margin: 0;
	padding: 0;
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}

div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: url(uploads/ngrey/mainleftup.gif) no-repeat left bottom;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#sponsors {
background-color: #fff;
padding-top: 10px;
	clear: both;
margin-left: 39px;
width: 922px;
}

div#sponsors h2 {
color: #8a8a8a;
font-size: 20px;
line-height: 35px;
font-weight: lighter;
}

div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}

input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}



div#content {
/* some air above and under menu and content */
	margin: 0em auto;

	padding-top: 0px;
overflow: hidden;
        height: 100%;
}


div.back1 {
	margin-left: 24%;
	margin-right: 2%;
}


/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;
}


div#bannertop {
height: 126px;
}

div#bannermain {
margin-top: 1px;
margin-bottom: 20px;
width: 680px;
float: left;
}

div#main {
width: 680px;
margin-left: 280px;
margin-right: 0px;
padding-top: 7px;
background: url(images/checker_grey.png) repeat-x top left;
}

div#mainleft {
width: 320px;
float: left;
}

div#mainright {
width: 320px;
float: right;
}

div.back #main {
	padding: 10px 5px 1px 0px;
}



div#sidebar {
	float: left;
	width: 230px;
	display: inline;
	margin: 0px 0px 50px 30px;
	padding-left: 10px;
        padding-top: 10px;
}

div#sidebarcontent {
margin-left: 20px;
margin-top: 30px;
}

div#sidebara {
padding: 13px 0px 3px 0px;
}

div#sidebarb {
	padding: 10px 10px 1px 0px;
}


div#bgbottom {
	width: 1010px;
	margin: 0 auto;
 background: url(images/bg_bottom.jpg) no-repeat;
height: 30px;
}

div.footback {
	padding: 0px 10px 0px 0px;
	width: 1010px;
	margin: 0 auto;
        background2: url(images/bg_centerfooter.jpg) repeat-y 5px 0px;
        overflow: hidden;
        height: 100%;
}

div#footer {
	padding: 0px 0px 0px 10px;
	color: #595959;
}

div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
}

div#footer p a {
	color: #595959;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.block {
	background: #CCC;
height: 300px;
width: 300px;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 1em;
display: none;
}

p.block {
	background: #f3f3f3;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
width: 350px;
}

div.left49 {
	width: 70%;
}

div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}




/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #000;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
        font-weight: lighter;
        text-transform: uppercase;
        background: url(images/bg_h2.jpg) no-repeat bottom left;
}
div#content h3 {
        font-weight: lighter;
	color: #000;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

#contact {
float: left;
padding-bottom: 20px;
margin-top: 0px;
}

input {
width: 300px;
margin-bottom: 10px;
}

label {
float: left;
width: 100px;
}

.formbuilderform textarea {
width: 300px;
height: 50px;
margin-left: 100px;
margin-bottom: 10px;
margin-top: -10px;
}
.fbsubmit {
width: 100px;
margin-left: 300px;
margin-top: 30px;
}

.mitglied label {
width: 250px;
}

.statictext {
margin-top: 10px;
}

.nolabel input {
margin-left: 100px;
margin-top: -10px;
}

.mitglied {
   margin-top: 15px;
}

.mitglied select {
   width: 160px;
}
/* End of 'Layout: Left sidebar + 1 column' */

