*
{
    margin: 0;
    padding: 0;
}

body 
{
    background-color: #846B3F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


#container {
    position: absolute; 
	left: 20px;
	top: 20px; 
	background-color: #FFFFFF; 
	width: 820px;
    padding-bottom: 20px;
}


#iframeTicker {
	position:absolute;
	top: 20px;
	left: 850px;
}


#header 
{   
	background-image: url(images/banner2.jpg); 
	background-repeat: no-repeat;
    background-color: #E43E22; 
    height: 170px;
}

#navcontainer {
	font-size: 12px;
	padding-top: 150px;
}

#navlist
{
    text-align: right;
    padding-right: 10px;
}

    #navlist ul, #navlist li
    {
        display: inline;
        list-style-type: none;
    }

    #navlist a:link, #navlist a:visited
    {
        float: right;
        font-weight: bold;
        margin: 0px 0px 0px 20px;
        text-decoration: none;
        color: #ffffff;
        padding-bottom: 2px;
    }

    #navlist a:hover { color: #fff; border-bottom: 4px solid #ffffff; }


#content 
{
    margin-top: 20px;
    float: left;
}

#footer 
{
    clear: both;
    text-align: left;
    color: #444444;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 50px;
    float: left;
}

#footer a
{
    color: #444444;
}

#footer a:hover
{
    text-decoration: none;
}


.SearchBar 
{
    padding-top: 5px;
    background: #DFDFDF;
}


.SideBar 
{
    width: 220px;
	float: left;
}

    .SearchBarStart
    {
        padding-top: 15px;
	    font-size: 11px;
	    color: Black;
	    padding-left: 10px;
    }

    .SideBarCloud 
    {
    }
    
    .cloud_wrap 
    {
        padding: 10px; 
        line-height: 25px;
    }
        .cloud_wrap a 
        {
	        text-decoration: none;
	        color: #846B3F;
	        background: none;
        }
        .cloud_wrap a:hover {
	        color: #E43E22;
        }

    .SideBarTeaser
    {
        padding: 10px;
    }
    
    .SideBarTeaser a:link, .SideBarTeaser a:active, .SideBarTeaser a:visited {
	    text-decoration: none;
	    color: white;
	    display: block;
	    background: #846C40;
	    padding: 5px;
    }
    .SideBarTeaser a:hover {
	    color: #EAEBE6;
	    font-weight: normal;
    }
    .SideBarTeaser IMG {
	    margin-bottom: 5px;
    }

    
    .searchbox 
    {
        line-height: 16px;
    }
        .btnAnzeigen 
        {
	        margin-top: 5px;
	        margin-bottom: 15px;
        }









.StepStyle 
{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    width: 570px;
}


h1 {
    font-size: 14px;
    color: #555555;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul 
{
    margin-left: 20px;
    margin-bottom: 10px;
}



h1.start 
{
    font-size: 28px;
    font-weight: normal;
}

a {
    color: #E43E22;
}

a:hover {
    text-decoration: none;
}


.test_place 
{
    color: #FF0000; 
    font-size: 14px; 
    font-weight: bold; 
    text-transform: uppercase;
}


#map_canvas 
{
    font-size: 10px;
}

#tabset {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
    white-space:nowrap;
    z-index:2;
    bottom: 2px;
}

    #tabset li {
        display:inline;
        margin:0;
        padding:0;
    }

    #tabset2 a {
        background-color: #E43F23 !important;
        border-color: #999999;
        border-style: solid solid none solid;
        border-width: 1px 1px medium 1px;
        color: #FFFFFF !important;
        padding: 2px 10px;
        text-decoration: none;
        margin-left: 4px;
        margin-right: 2px;
        cursor: pointer;
    }
    
    .tablink {
        background-color: #E43F23 !important;
        border-color: #999999;
        border-style: solid solid none solid;
        border-width: 1px 1px medium 1px;
        color: #FFFFFF !important;
        padding: 2px 10px;
        text-decoration: none;
        margin-left: 4px;
        margin-right: 2px;
        cursor: pointer;
    }
    


    #tabset a:hover 
    {
        background-color: #DF8B7D !important;
    }

    .active {
        background-color: #EAEBE6 !important;
        border-color: #999999;
        border-style: solid solid none solid;
        border-width: 1px 1px medium 1px;
        color: #000000 !important;
        cursor: default;
        margin-left: 4px;
        padding: 2px 10px;
        padding-bottom: 3px;
    }

.tabblock 
{
    clear: both;
}

.testhead 
{
    background: #EAEBE6;
    border: 1px solid #999999;
    border-bottom: 0px;
    padding: 5px;
    clear: left;
    width: 560px;
}

    .piclist
    {
        float: right; 
        width: 160px;
    }
        
    #box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img, #box7 img
    {
        width: 160px;
        border: 0px;
    }

    .ratings
    {
        float: left; 
        width: 295px;
    }


.testcontent 
{
    float: left;
    padding: 5px;
    padding-top: 20px;
    border: 1px solid #999999;
    border-top: 0px;
    width: 560px;
}

.floatleft 
{
    float: left;
    margin-right: 5px;
}

.floatright
{
    float: right;
    margin-left: 5px;
}


td 
{
    padding: 1px;
}

.radiobuttonlist 
{
}

.radiobuttonlist input
{
    margin-left: 2px;
    margin-right: 2px;
}

.title01 {
    font-size: 13px;
    font-weight: bold;
    color: #0651B1;
    }

.frage01 
{
    padding-top: 5px;
}

.frage01 input, .frage02 input 
{
    margin-left: 2px;
    margin-right: 3px;
}

.txtBox01 {
	width: 119px;
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	height: 16px;
}
.txtBox02 {
	width: 255px;
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	height: 16px;
}
.txtBox03 {
	width: 60px;
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	height: 16px;
}
.txtBox04 {
	width: 180px;
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	height: 16px;
}
.txtBox05 {
	width: 60px;
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	height: 16px;
}
.txtBox06 {
	border: 1px solid #005BB2;
	background-color: #E7F2FE;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	height: 16px;
}



.radiobuttonlist {
	font-size: 10px;
	font-weight: bold;
}
.alertmsg {
	font-size: 10px;
	color: red;
	vertical-align: middle;
}
.frmdivider {
	background-image: url(images/frm_divider.gif);
	background-repeat: repeat-x;
}
.aligncenter {
	text-align: center;
}
#fragen01 {
    width: 770px;
    background-color: #FFFFCE;
    margin-bottom: 25px;
}
#fragen02 {
    width: 770px;
    background-color: #F8DEF5;
}
#fragen03 {
    width: 770px;
    background-color: #DDFBCE;
}
#fragen04 {
    width: 770px;
    background-color: #FFF1FF;
}
#fragen05 {
    width: 770px;
    background-color: #D6F8FC;
}
#fragen06 {
    width: 770px;
    background-color: #F5EFDC;
}

.toggler 
{
    display: block;
    cursor: pointer;
    background: #dedede;
    padding: 2px;
    font-size: 12px;
    margin-bottom: 5px;
}

.testhead2
{
    background: #EAEBE6;
    border: 1px solid #999999;
    border-bottom: 0px;
    padding: 0px;
    clear: left;
    width: 570px;
}

/*




.smallInfos {
	font-size: 10px;
	color: black;
}
.logo {
	padding-left:10px;
	padding-right: 5px;
}

    

    
h2 {
    font-size: 11px;
    color: #0651B1;
    text-align: justify;
	margin: 0px;
}



.GridView {
	font-size: 11px;
}
.gvRowStyle {
	border-bottom: 1px solid #747474;
	margin-bottom: 4px;
}
.gvAltRowStyle {
	border-bottom: 1px solid #747474;
	background-color: #EEF2FA;
	margin-bottom: 4px;
}
.rowStyleRes {
	font-weight: bold;
	height: 22px;
	}
.AltrowStyleRes {
	font-weight: bold;
	height: 22px;
	background-color: #F0F7FB;
}
.rowStyleRes td, .AltrowStyleRes td {
	border-bottom: 1px solid black;
}
.rowStyleNoten td {
	border-bottom: 1px solid #C7C7C7;
}

.urlaubSiegel {
    margin-bottom: 10px;
}







.zeile00 {
	border-bottom: 1px solid #64B7FF;
	height: 20px;
}
.zeile01 {
	border-bottom: 1px solid #64B7FF;
	background-color: #ECF6FF;
	height: 20px;
}




#ppContainer {
	border: #fff 7px solid; 
	background-color: white; 
	background-repeat: no-repeat;
	font-size: 11px;
}

*/