html {
    overflow: -moz-scrollbars-vertical;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    background-image: url( ../images/bg_tile.jpg );
    font-family: Arial;
    font-size: 85%;
}

h1 {
    font-size: 132%;
    margin-top: 40px;
	margin-bottom: 15px;
    color: #0499db;
}

h2 {
    font-size: 118%;
	margin-top: 30px;
    margin-bottom: 10px;
}

a {
    color: #0499db;
}

p {
    color: #004184;
    margin-bottom: 15px;
    line-height: 130%;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 130%;
	color: #004184;
	margin-bottom: 20px;
}

.floatimg {
	padding: 0 20px 20px 20px;
	float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.grad {
    width: 50%;
    position: absolute;
    top: 0px;
    height: 614px;
    background-repeat: repeat-x;
    overflow: none;
}

.important {
    font-weight: bold;
}

#GradLeft {
    left: 0px;
    background-image: url( ../images/header_gradient_left.jpg );
}

#GradRight {
    right: 0px;
    background-image: url( ../images/header_gradient_right.jpg );
}

#Wrapper {
    position: relative;
    width: 1000px;
    margin: auto;
    z-index: 1;
}

    #Header {

    }

        #Header img {
            vertical-align: top;
        }

    #SurveyImage {
        position:absolute;
        top:325px;
        left:145px;
    }

	#ContentContainer {
        position: relative;
	    background-image: url( ../images/shadow_body.png );
	    background-repeat: repeat-y;
        width: 907px;
        margin-left: 38px;
	}

        #Content {
            background-color: #f6f6f6;
			margin-left: 90px;
			width: 570px;
			padding: 15px 30px 40px 140px;
			min-height:450px;
        }

    #Footer {
        position: relative;
        top: 0px;
        left: 120px;
        width: 758px;
        z-index: 1;
    }

        #Footer img {
            vertical-align: top;
        }

#BottomNavi {
    background-color: #002559;
}

	#BottomNaviFooter {
	    position: relative;
	    top: -19px;
	    z-index: 0;
	    background-color: #002559;
	    height: 130px;
	}

.mediaContainer {
    margin: 15px 0px 15px 0px;
}

    .mediaContainer .container_big {
        float: left;
        margin-right: 22px;
    }

    .mediaContainer .last {
        margin-right: 0px;
    }

#FooterNaviContainer {
    position: relative;
    width:680px;
    top:50px;
    left:10px;
    z-index: 2;
    margin:0px auto;
}

	#FooterNaviContainer div {
	    float: left;
	    margin-right: 35px;
	    font-size: 120%;
	}

    #FooterNaviContainer div a {
        position: relative;
        top: 6px;
    }

    #FooterNaviContainer div.last {
        padding-top: 0px;
        margin-right: 0px;
        font-size: 100%;
    }

#Navigation {
    position: absolute;
    top: 565px;
    left: 132px;
}

    #Navigation .menuItem {
        float: left;
        margin-right: 13px;
    }

    #Navigation .last {
        margin-right: 0px;
    }

    #Navigation .menuItem a {
        width: 165px;
        height: 31px;
        display: block;
        color: #778590;
        background-image: url( ../images/button_inactive.jpg );
        background-repeat: no-repeat;
        font-size: 120%;
		font-weight: bold;
        text-align: center;
        padding-top: 18px;
    }

    #Navigation .active a, #Navigation .menuItem a:hover {
        color: #0499DB;
        background-image: url( ../images/button_active.jpg );
    }

#Cache {
    display: none;
}

#Search {
    position: absolute;
    top: 178px;
    left: 126px;
}

	#SearchText {
	   width: 133px;
	   border: 1px solid #aaaaaa;
	   padding: 3px;
	   color:#7A7A7A;
	}

    #SubmitSearch {
        position: absolute;
        top: 4px;
        left: 120px;
    }

#Thanks td {
    vertical-align: top;
}

#Terms {
    position: absolute;
    top: -25px;
    left: 0px;
}

    #Terms a {
        font-size: 85%;
    }


/* Idea box styles START */
.ideabox {
    width:560px;
    margin-bottom:15px;
}

.ideabox h3{
    width:530px;
    padding:7px 15px 7px 15px;
    color: white;
}

.ideabox .rank {
    width:40px;
    display:none;
}

.ideabox .headlinetext {
    width:490px;
    display:block;
}

.ideabox .ideatext {
    width:490px;
    padding:7px 15px 20px 55px;
    color: #004184;
    line-height: 120%;
}

.iblue h3{
    background-color:#002559;
}

.iblue .ideatext {
    background-color:#D8E9F9;
}


.igreen h3{
    background-color:#95c03d;
}

.igreen .ideatext {
    background-color:#E5F4C8;
}

.ideabox a {
    font-weight:bold;
}
/* --- Idea box styles END --- */

/* Idea Detail Styles START */

#fullidea {
    width:565px;
}

#fullidea h3 {
    color:#0499DB;
    margin:0px;
    padding:0px;
}

.fullidea_poster {
    font-size:12px;
    font-weight:bold;
    color:#95c03d;
 }

 .shorttext {
    font-weight:bold;
    color: #004184;
 }

 .longtext {
    color: #004184;
    line-height: 120%;
 }

/* --- Idea Detail styles END --- */

.errorbox {
    background-color:#FFEBE8;
    border:1px solid #DD3C10;
    margin:10px 0;
    padding:10px;
    position:relative;
    width:540px;
    font-size:12px;
}

.errorbox ul {
    margin:5px 0px;
}

.errorbox ul li {
    padding: 5px 0px;
}

#AdditionalSearchForms {
    position: absolute;
    top: 15px;
    left: 95px;
}

    #AdditionalSearchForms div {
        margin-bottom: 10px;
        position: relative;
    }

	#AddSubmitSearch {
		position: absolute;
		top:4px;
		left: 100px;
	}

	#AddSearchText {
		border: 1px solid #aaaaaa;
		color: #7a7a7a;
		padding: 3px;
		width: 111px;
	}

	#FtSubmitSearch {
		position: absolute;
		top:4px;
		left: 100px;
	}

	#FtSearchText {
		border: 1px solid #aaaaaa;
		color: #7a7a7a;
		padding: 3px;
		width: 111px;
	}

#FbFan {
    width:270px;
    height:360px;
    position:absolute;
    top:235px;
    right:0px;
}

.banner_container {
    width:270px;
    margin-top:14px;
    float:left;
}

.banner_container a {
  
}

#ClipContainer {
    position: absolute;
    top: 89px;
    left: 46px;
    width: 211px;
    z-index: 2;
}

    #CounterClip, #LatestClip {
        position: relative;
        width: 185px;
        height: 123px;
        background-image: url( ../images/clip.png );
        background-repeat: no-repeat;
    }
    
    #GameClip {
        position: relative;
        width: 200px;
        height: 140px;
        background-image: url( ../images/einklinker_gruen.png );
        background-repeat: no-repeat;
        left:-14px;
    }

        #CounterClip div {
            position: relative;
            top: 54px;
            left: 35px;
            width: 150px;
        }
        
        #GameClip div {
            position: relative;
            top: 64px;
            left: 50px;
            width: 150px;
        }

        #LatestClip div {
            position: relative;
            top: 54px;
            left: 50px;
            width: 150px;
        }

	        #LatestClip div a, #CounterClip div a, #GameClip div a {
                text-decoration: none;
            }

.white {
    color: white;
    font-size: 22px;
}

span.blue {
    color: #0499DB;
    font-size: 14px;
}

/* Appointment Styles START */
#appointments {
    width:563px;
    font-size:12px;
}

#appointments h2 {
    margin-top:10px;
    margin-bottom:5px;
}

#appointments p {
    margin-top: 10px;
}

.appointment_month {
    border-bottom:1px solid #C6C6C6;
}

/* --- Appointment Styles END --- */

/* Pagination Styles START */

#paginationWrapper {
    width:570px;   
}

.pager-inner {
    text-align:center; 
}

.page-mover {
    border:1px solid #AAAAAA;
    padding:2px 5px; 
    text-decoration:none;
    float:left;
    margin:2px;
}

.page-mover-current {
    padding:2px 5px;
    color:white;
    background-color:#002559;
    border:1px solid #002559;
    float:left;
    margin:2px;
}

.page-spacer {
    float:left;
    margin:2px;   
}

a.page-mover:link { text-decoration:none; }
a.page-mover:visited {  }
a.page-mover:hover { border:1px solid #002559; }
a.page-mover:active {  }

/* --- Pagination Styles END */

/* Flickr Styles START */

.flickrbox {
    width:100px;
    height:100px;
    padding:5px;
    float:left;
    text-align:center;
    border:1px solid #B8C6D3;
    background-color:#D8E9F9;
    margin:1px;
    vertical-align:middle;
}

.flickrbox p {
    margin:0px; 
    padding:0px; 
    line-height:98px;
}

.flickrbox p a img {
    vertical-align:middle;
}

/* --- Flickr Styles END */
