@charset "utf-8";

/* ## BASIC ELEMENTS ## */
* {
margin:0px;
}

html {
width:100%;
height:100%;
}

body {
width:100%;
height:100%;

background-color:#cecece; 
background-image:url(/assets/templates/kaempf/images/body-background.jpg);
background-repeat:repeat-x;
background-position: top;

font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000;
}
/* ###################################### */



/* ## FONT ELEMENTS ## */
p {
margin:0px 0px 0px 0px;
padding:0px;

line-height:21px;
}

h1 {
margin:0px 0px 10px 0px;
padding:0px;

font-size:16px;
font-weight:bold;
color:#006fb4;
line-height:20px;
}

h2 {
font-size:14px;
font-weight:bold;
color:#006fb4;

line-height:normal;

padding:0px 0px 8px 0px;
margin:0px 8px 11px 0px;

border-bottom:#aaa 1px solid;
}

h3 {
font-size:14px;
line-height:17px;
margin:0px 0px 4px 0px;
color:#ff0000;
font-weight:bold;
}

h4 {
font-size:12px;
line-height:16px;
margin:0px 0px 0px 0px;
color:#006fb4;
font-weight:bold;
}

a, a:visited {
color:#006fb4;
text-decoration:none;
}

a:hover {
color:#006fb4;
text-decoration:underline;
}

ol {
margin:0px 0px 0px 25px;
padding:0px;	
}
ol li {
margin:0px 0px 7px 0px;
padding:0px;
}

.shadedLinkRed, .shadedLinkRed:hover, .shadedLinkRed:visited {
display:inline-block;
width:245px;
height:40px;
padding:10px 0px 0px 15px;

color:#fff;
font-size:16px;
font-weight:bold;

background-image:url(/assets/templates/kaempf/images/shaded-link-red.jpg);
background-repeat:no-repeat;		
}

.keywordlink, .keywordlink:hover, .keywordlink:visited {
    color:#000;
    text-decoration:none;
}
/* ###################################### */



/* ## BASIC TEMPLATE ELEMENTS ## */
#pageContainer {
width:980px;
min-height:100%;
height:auto !important;
height:100%;

margin: 0px auto -32px auto;
padding:0px 0px 0px 0px;

background-color:#fff;
}

#header {
width:980px;
height:300px;
margin:0px auto 0px auto;
background-repeat:no-repeat;
}


#contentArea {
width:980px;
height:auto;

padding:35px 0px 25px 0px;
margin:0px auto 0px auto;

background-image:url(/assets/templates/kaempf/images/content-background.jpg);
background-repeat:repeat-x;
background-position:top;
}	


#leftCol {
width:175px;
height:auto;

float:left;

margin:0px 0px 0px 0px;
padding: 0px 40px 0px 25px;
}

#mainHome {
width: auto;
height:auto;
margin:0px 250px 0px 0px;
padding:0px 0px 0px 25px;	
}

#main {
width: auto;
height:auto;
margin:0px 250px 0px 240px;
padding:0px 0px 0px 0px;	
}

    #mainHome p, #main p {
    margin:0px 0px 8px 0px;
    }
    
    #main img {
    float:left;
    margin:6px 10px 2px 0px;
    }   
    
    #main ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 12px 15px;
	} 
	
	#main li {
	margin:0px 0px 5px 0px;
	} 
   
    
#rightCol {
width:190px;
height:auto;
float:right;
margin:0px 0px;
padding: 0px 15px 0px 45px;
}

    #rightCol p {
    font-size:12px;
    line-height:16px;
    margin:0px 0px 4px 0px;
    }

#push {
height:32px;
clear:both;
}

#footerArea  {
width:930px;
height:23px;

margin:0px auto 0px auto;
padding:9px 25px 0px 25px;

background-color:#e9e9e9;
clear:both;
}

	#footerArea p {
		margin:0px;
		padding:0px;
		float:right;
		font-size:11px;
		color:#333;
		line-height:normal;
	}



/* ###################################### */




/* ## ADDITIONAL TEMPLATE ELEMENTS ## */

/* HOME - TEASER */

#teaserL, #teaserM, #teaserR {
width:225px;
height:auto;
float:left;
margin:0px 15px 30px 0px; 
padding:0px;
background-image: url(/assets/templates/kaempf/images/home-teaser-background.jpg);
background-repeat:no-repeat;
}

#teaserR {
margin:0px 0px 30px 0px; 
} 

    #teaserL p,  #teaserM p, #teaserR p {
    font-size:12px;
    line-height:16px;
    margin:0px 0px 4px 0px;
    }
    
    #teaserL img,  #teaserM img, #teaserR img {
    border: none;
    margin:0px 0px 0px 0px;
    padding:0px;
    }       

/* END - HOME - TEASER */



/* HOME - RIGHT COL - TEASER */

#rightColTeaser {
width:190px;
height:130px;
margin:0px 0px 3px 0px; 
padding:0px 0px 0px 0px;
}
    #rightColTeaser p {
       margin:0px 0px 3px 10px; 
    }
    
    #rightColTeaser .copytext {
       margin:0px 0px 3px 0px; 
    }
    
    #rightColTeaser a, #rightColTeaser a:visited {
    font-size:13px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;    
    }
    
    #rightColTeaser a:hover {
    text-decoration:underline;
    }
    
    #rightColTeaser .blackLink, #rightColTeaser .blackLink:visited, #rightColTeaser .blackLink:hover {
    font-size:12px;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;    
    }
    
    #rightColTeaser img {
    border:none;
    margin: 0px 0px 0px -10px;
    }
    
    .blueBg {
    background-image: url(/assets/templates/kaempf/images/aktuell-box-background.jpg);
	background-repeat:no-repeat;	
    }
    
    .redBg {
    background-image: url(/assets/templates/kaempf/images/aktuell-box-red-background.jpg);
	background-repeat:no-repeat;	
    }


#rightCol .serviceHotline {
width:160px;
height:auto;
padding:6px 10px;
margin:0px;
background-color:#dfdfdf;
margin-bottom:8px;
}   

    #rightCol .serviceHotline p {
    font-size:14px;    
    margin:0px 0px 0px 0px;
    padding:0px;
    line-height:normal;
    }       
/* END - HOME - RIGHT COL - TEASER */


#kontaktform {
font-size:12px;	
}

.kontaktInput {
width:422px;
border:#ccc 1px solid;
font-size:12px;
color:#006fb4;
letter-spacing: 0.1em;
margin:2px 0px 8px 0px;
padding:2px;
font-family:Arial;
}

.kontaktButton {
width:428px;
font-size:12px;
font-weight:bold;
color:#aaa;
background-color:#eee; 
border:#ccc 1px solid;
padding:3px 0px 4px 0px;
margin:0px;
font-family:Arial;
}

#main .sitemap ul {
    margin-top:4px;
}

#main .sitemap li {
    margin-bottom:4px;
}

.disclaimer p {
font-size:12px;
line-height:19px;
margin:0px 0px 0px 0px;
}


/* REFERENZEN */
#main .referencesLeft {
	width: 232px;
	height:auto;
	float:left;
	margin-top: -6px;
}

#main .referencesRight {
	width: 232px;
	height:auto;
	float:right;
	margin-top: -6px;
}

#main .referencesLeft p, #main .referencesRight p {
	font-size:11px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
#main .referencesLeft img, #main .referencesRight img {
	width:232px;
	float: none;
	margin:0px;
}

/* REFERENZEN ENDE */

/* ###################################### */

/* STYLES DIE NUR VORÜBERGEHEN BENÖTIGT WERDEN */

/* HEADLINE GEWINNSPIEL */
.temp {
    font-size:14px;
    font-weight:normal;
}

/* ###################################### */