/* *********************** Grundinformationen *********************** */

body {
        text-align:                        left;
        min-width:                        760px;
        font-family:                verdana, arial, "sans serif";
        color:                                #835014;
        font-size:                        13px;
        margin:                                0;
        padding:                        0;
        background-image:         url(../images/body_back.gif);
        background-color:		#835014;
}

h1 {
        width:                                100%;
        color:                                #835014;
        margin:                                0;
        margin-bottom:                13px;
        font-weight:                normal;
        xtext-transform:        uppercase;
        text-transform:                none;
        font-size:                        16px;
        padding-bottom:                4px;
}

h1 a {
        color:                               #835014;
        text-transform:                none;
}

h2 {
	font-size:			14px;
	font-weight:		normal;
	padding-bottom:		0px;
	margin-bottom:		0px;
	color:				#835014; 
}

h3 {
        font-size:                        12px;
}

img {
        border:                                0px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        padding:                        5px;
        border:                                0px;
}

input {
        border:                                1px solid #D7DBDD;
        background-color:        #ffffff;
        font-size:                        10px;
        color:                                #999999;
}

select {
        border:                                1px solid #6D808F;
        background-color:        #ffffff;
        font-size:                        10px;
        color:                                #999999;
}

fieldset.content input.radio, input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				17px;
	margin:				0;
	margin-top:			5px;
	margin-right:		5px;
	padding:			0;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #835014;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
div.wrapper {
        width:                                 980px;
        position:                         relative;
        margin:                auto;
}

div.branding {
        position:                        relative;
        width:                                980px;
        height:                                100px;
        margin-bottom:                3px;
}


div.rahmen {
	border:					10px solid #ffffff;
	display:				block;
	clear:					both;
	background-color:		#A0A36D;
	
	-moz-border-radius: 	30px; /* Firefox */
  	-webkit-border-radius: 	30px; /* Safari and Chrome */
  	border-radius:			30px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	xbehavior: 				url(templates/standard/design/rot/css/ie-css3.htc);
  	
  	x-moz-box-shadow: 	5px 5px 15px #666666; /* Firefox */
  	x-webkit-box-shadow: 5px 5px 15px #666666; /* Safari and Chrome */
  	xbox-shadow: 		5px 5px 15px #666666; /* Opera 10.5+, IE6+ ZukÃ¼nftige Browser */
}

div.contentRahmen {
	background-color:		#F0E899;
	-moz-border-radius: 	20px; /* Firefox */
  	-webkit-border-radius: 	20px; /* Safari and Chrome */
  	border-radius:			20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	xbehavior: 				url(templates/standard/design/rot/css/ie-css3.htc);
}

/* Hauptnavigation */
div.mainNav {
        width:                                235px;
        float:                                left;
        padding-left:				20px;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
        width:                                702px;
        float:                                 right;
}

div.mainContent {
        margin-top:                        18px;
        width:                                680px;
        min-height:                        10px;
        float:                                left;
}

div.secondaryContent {
        width:                                180px;
        float:                                right;
        display:			none;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


div.footer {
        width:                                 980px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -480px;
        clear:                                both;
        height:                                90px;
        top:                                20px;
        z-index:                        1;
}

div.footer div {
        display:                        block;
        height:                                90px;
        z-index:                        2;
}

div.footer div p {
        position:                        absolute;
        top:                                40px;
        left:                                270px;
        width:                                700px;
        text-align:                        right;
        display:                        block;
        z-index:                        5;
        color:                                #ffffff;
        text-align:                        right;
        margin:                                0;
        padding:                        0;
}

div.footer div p a {
        color:                                #ffffff;
        text-align:                        right;
        font-size:                        11px;
}

/**** CMS *****/

div.cmsContent {
        margin-top:                        18px;
        width:                                760px;
        float:                                 right;
}

div.cmsFooter {
        margin-left:                -490px;
}
