/* -------       Hauptstylesheet Go3D        --------------
----------      Autor: Robert Schröder       --------------
----------  Formatierung für den Bildschirm  ------------*/

@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
		min-height: 101%;
		font-size: 12px;	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 20px;
		/* Vorgabe der Standardfarben und Textausrichtung */
		color: #393939;
		background: #fff;
		text-align: left;
}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

a {
		color: #325064;
		text-decoration: none;
}

form {
		background-color: transparent;
}

/* - BEGIN ----------------------------------------------- Ausrichtung der DIV-Container fuer den Seitenaufbau ----------------------------- */

#main {
		position: relative;
		margin: auto;
		margin-top: 0;
		background: url(../images/bg_header.jpg) no-repeat;
		width: 1000px;
		height: auto; 
		border: 1px solid #ccc;
}

#header {
		position: relative;
		height: 125px;
		margin-bottom: 20px;
}

#sprachmenu {
		position: absolute;
		width: 100px;
		height: 20px;
		margin: 8px 0 0 11px;
}

#sprachmenu img{
		margin-right: 4px;
}

#slogan {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: #fd9909;
		text-transform: uppercase;
		letter-spacing: 5px;
		margin: 80px 0 0 10px;
		float: left;
		width: 690px;
}

#slogan .big{
		font-size: 18px;
		font-weight: bold;
}

#logo {
		float: left;
		width: 300px;
}

#logo img {
		margin: 10px 0 0 85px;
}

#menu {
		position: relative;
		margin-left: 0px;
		margin-top: 50px;
		width: 240px;
		height: 485px;
		float: left;
}

#sponsor {
		background: url(../images/bg_sponsor.gif) no-repeat;
		height: 82px;
		left: 0;
		margin-top: 90px;
}

#sponsor img {
	margin-top: 1px;
}

#content_left {
		position: relative;
		margin-top: 0;
		margin-left: 0;
		margin-right: 30px;
		margin-bottom: 20px;
		padding: 0;
		width: 520px;
		height: auto;
		float: left;
		overflow: visible;
}

#content_left img {
		margin-top: 5px;
		padding-right: 10px;
}

#content_right {
		position: relative;
		margin-top: 20px;
		margin-left: 0;
		padding: 45px 0 0 0;
		width: 210px;
		height: auto;
		float: left;
		line-height: 14px;
}

#metamenu {
		margin: 25px 0 0 0;
		float: right;
}

/* - END ----------------------------------------------- Ausrichtung der DIV-Container fuer den Seitenaufbau ----------------------------- */

/* - BEGIN --------------------------------------------- Formatierung f�r das Tabmenues -------------------------------------------------- */

#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}

#menu ul li {
		padding: 13px 0 10px 0;
		background: url(../images/bg_menu.jpg) left bottom no-repeat;
}

#menu ul li.last {
		background: none;
}
 
#menu ul li a {
		display: block;
		text-transform: uppercase;
		color: #393939;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		margin-left: 10px;
		padding-bottom: 3px;
}
 
#menu ul li.current a, #menu ul li a:hover {
		color: #fd9909;
}

/* --------2. Ebene----------------- */

#menu ul li.current ul li{
		padding: 3px 0;
		background: none;
}
 
#menu ul li.current ul li a {
		text-transform: none;
		font-weight: normal;
		font-size: 11px;
		margin-left: 10px;
		color: #393939;
		margin-left: 20px;
}
 
#menu ul li.current ul li a:hover, #menu ul li.current ul li.current a {
		color: #fd9909;
}

/* --------3. Ebene------------------ */


#menu ul li.current ul li.current ul li{
		padding: 3px 0;
		background: none;
}
 
#menu ul li.current ul li.current ul li a {
		text-transform: none;
		font-weight: normal;
		margin-left: 10px;
		font-size: 11px;
		color: #393939;
		margin-left: 30px;
}
 
#menu ul li.current ul li.current ul li a:hover, #menu ul li.current ul li.current ul li.current a {
		color: #fd9909;
}

/* ---------metaMenu---------------- */

#metamenu ul {
		list-style: none;
}

#metamenu ul li {
		display: block;
		float: left;
		margin-right: 15px;
		color: #fd9909;
		font-weight: bold;
		font-size: 10px;
		text-transform: lowercase;
}

#metamenu ul li.active a {
		color: #393939;
		font-weight: bold;
		font-size: 10px;
		text-transform: lowercase;
}


/* - END ----------------------------------------------- Formatierung f�r das Menu -------------------------------------------------- */

/* - BEGIN --------------------------------------------- Formatierung f�r die Contentelemente -------------------------------------------- */

h1 {
		background: url(../images/bg_h1.gif) 0 0 no-repeat;
		font-size: 19px;
		font-weight: normal;
		color: orange;
		margin: 0 0 20px -30px;
		padding: 15px 0 0 30px;
		height: 30px;
}


h2 {
		font-size: 16px;
		font-weight: normal;
		color: orange;
		margin-bottom: 15px;
}


h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0 0 10px 0;
		color: #000000;
}


h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 1px 0 5px 0;
		color: orange;
}

#content_right h1 {
		background:#D0D0D0 none;
		font-size:12px;
		font-weight:bold;
		height:16px;
		text-transform:uppercase;
		margin: 0;
		padding: 1px 0 1px 1px;
		color: #393939;
}

td, th {
		font-size: 12px;
		line-height: 1.5em;
}

p {
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
}

#content_left a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
}

a {
		color: #fd9909;
		text-decoration: none;
}


a:hover, a:active {
		color: #393939;
		text-decoration: none;
}


hr {
		color: #fda907;
		background-color: #fda90a;
		left: 0;
		height: 1px;
		text-align: left;
		border-width: 0;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
}


img {
		border: 0px;		
}


ol {
		margin-left: 20px;
		padding-left: 15px;
}


ul {
		margin-left: 0px;
		padding-left: 15px;
		list-style-type: disc;
}


ul li, ol li{
		margin-bottom: 5px;
}


.clearLeft {
		clear: left;
		margin: 0;
		padding: 0;
}


.clearRight {
		clear: right;
		margin: 0;
		padding: 0;
}


.clearBoth {
		clear: both;
		margin: 0;
		padding: 0;
}

table.preise {
		width: 100%;
		margin-bottom: 20px;
}

table.preise th {
		background-color: #FD9909;
		font-weight: bold;
		height: 40px;
		vertical-align: middle;
}

table.preise td, table.preise th {
		padding: 0 10px;
}

table.preise tr td {
		vertical-align: middle;
		border-bottom: 1px solid #FFCC00;
}

table.preise tr td.td-1, table.preise tr td.td-2 {
		text-align: right;
}

/* - Form -------------------------------------------- */

form {
		margin: 5px 0 20px 0;
		padding: 0;
}


textarea {
		border: 1px solid #336699;
		background-color: transparent;
		width: 200px;
		overflow: auto;
}


input, select {
		margin-bottom: 5px;
		margin-left:20px;
}

input.eingabe {
		width: 200px;
}

.check {
		margin: 0 5px 0 0;
}

._submit {
		border: 1px solid #798f9d;
		color: #fff;
		background-color: #798f9d;
		margin: 0;
		width: 60px;
		height: 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
}

.logout {
		border: 1px solid #798f9d;
		color: #fff;
		background-color: #798f9d;
		margin: 0;
		width: 98px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
}

._submit:hover, .logout:hover {
		border: 1px solid #798f9d;
		color: #798f9d;
		background-color: #fff;
		cursor: pointer;
}

.rot {
		color: #FF0000;
}


/* --------------------------------------------------- */

.csc-textpic-caption {
		font-size: 10px;
		line-height: 14px;
}

.info_box {
		width: 209px;
		border: 1px solid #d0d0d0;
		border-right: 0;
		padding-bottom: 5px;
		margin-bottom: 20px;
}

.info_box .header {
		height: 16px;
		background-color: #d0d0d0;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
}

.news {
		padding: 5px 7px;
}

.news p {
		margin: 0;
		padding: 0;
}

.info_box a {
		display: block;
		padding: 3px 0;
		font-weight: bold;
		font-size: 10px;
}

.info_box .archiv, .info_box .rss, .info_box .newsletter {
		border-top: 1px solid #d0d0d0;
		margin: 0 7px;
		padding: 6px 0;
}

.info_box .rss {
		background: url(../images/icon_rss.gif) 0 5px no-repeat;
		padding: 8px 9px 8px 27px;
}

.info_box .newsletter {
		background: url(../images/icon_newsletter.gif) 0 5px no-repeat;
		padding: 8px 9px 8px 27px;
}

#content_right .bg_infobox .header {
		background: url(../images/bg_infobox.png) repeat-y;
}

.listview {
		width: 520px;
		height: 100px;
		background-color: #eee;
		margin-bottom: 20px;
}

.listview .img {
		width: 215px;
		height: 80px;
		float: left;
		padding: 10px 0;
		background-color: #fdba3e;
}

#content_left .listview .img img {
		margin: 0;
}

.listview .text {
		width: 285px;
		height: 80px;
		float: left;
		padding: 10px;		
		line-height: 14px;
}

.listview .text h2 {
		color: #393939;
		font-weight: bold;
		margin-bottom: 7px;
		font-size: 12px;
}

.listview .text a {
		display: block;
		color: #fd9909;
		font-weight: bold;
		font-size: 11px;
		margin-top: 7px;
}

.listview .text a:hover {
		color: #393939;
}

.listview .text p {
		margin: 0;
		padding: 0;
}

.experten {
		width: 520px;
		height: 120px;
		background-color: #fff;
		margin-bottom: 20px;
}

.experten .img {
		width: 75px;
		height: 100px;
		float: left;
		padding: 10px 0;
		background-color: #fdba3e;
}

#content_left .experten .img img {
		margin: 0;
}

.experten .text {
		width: 360px;
		height: 100px;
		float: left;
		padding: 0;
		margin-left: 25px;
		line-height: 18px;
}

.experten .text p {
		margin: 0;
		padding: 0;
}

.pdf_link a {
		display: block;
		margin-bottom: 30px;
		height: 20px;
		background: #eee url(../images/bg_link_pdf.jpg) 2px 2px no-repeat;
		font-weight: normal;
		font-size: 11px;
		padding-left: 20px;
		font-family: Arial, Helvetica, sans-serif;
}

.mitglieder {
		margin: 20px 0;
}

.mitglieder_img {
		width: 200px;
		text-align: center;
		vertical-align: middle;
		margin-right: 0px;
		float: left;
		
}

.mitglieder_info {
		width: 300px;
		float: left;
}

.mitglieder_text {
		padding-bottom: 10px;
		border-bottom: 1px solid #fda907;
}

.mitglieder_info p {
		padding: 0;
		margin: 0;
}

.news-list-item {
		margin-bottom: 20px;
}

.news_autor {
		margin: 15px 0;
		text-transform: uppercase;
		font-weight: bold;
}

.news_autor p {
		margin: 0;
		padding: 0;
}

.news-single-item h3 {
		font-size: 12px;
}

.news-single-backlink a {
		font-size: 11px;
		font-weight: bold;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
		margin-right:15px !important;
}

.csc-textpic-caption{
		background-color: #eee;
		padding: 3px;
}

#content_left div.csc-textpic-imagewrap {
		margin-right: 0 !important;
}

#content_left .csc-textpic-intext-left .csc-textpic-image {
		margin-right: 15px !important;
}

#content_left .csc-textpic-intext-right-nowrap, #content_left .csc-textpic-intext-left-nowrap {
		line-height: 16px;
}

.go-3d_2008 {
		margin: 0 0 20px -30px;
}

.captcha img {
		margin: 0 0 10px 20px;
}

.headline p, .sub1 p, .sub2 p, .sub3 p {
		margin: 0;
		padding: 0;
}

.headline {
		background-color: #FDA909;
		color: #fff;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		padding: 5px;
}

.sub1, .sub2, .sub3 {
		color: #000;
		border-bottom: 1px solid #fff;
		padding: 2px 5px;
}

.sub1 {
		background-color: #fff3d7;
}

.sub2 {
		background-color: #efe7d5;
}

.sub3 {
		background-color: #dfd7c7;
}

.csc-mailform, .csc-mailform-field {
                border: 0;
}

.csc-mailform-field {
                padding-bottom:15px;
}

fieldset.csc-mailform {
                border:0;
}

fieldset.csc-mailform label {
width: 80px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

fieldset.csc-mailform input, 
fieldset.csc-mailform textarea {
margin-bottom: 10px;
font-size:10px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;
#width:300px;
}

.csc-mailform-radio fieldset{
      margin-left: 160px;
      width: 200px;
      border-width:0;
}

.csc-mailform-radio legend{
	display:none;
}

.csc-mailform-radio input{
	width:76px;
}

#mailformformtype_mail {
padding:2px;
margin-left:40px;
background:#eee;
border:1px solid #ccc;
width:80px;
text-align:center;
}

/* - END ----------------------------------------------- Formatierung f�r die Contentelemente -------------------------------------------- */
