/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;	
	background-color:#eeefef;
}

img {
	border: none;
}

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

a:active {
}

a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
}

body,
td,
li,
textarea,
input,
label {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#434343;
}

.csc-uploads csc-uploads-1 tr {
	line-height:20px;
	background-color:blue;
	height:20px;}

.csc-uploads csc-uploads-1 tr td {
	line-height:20px;
	background-color:blue;
	height:20px;}


input {
	width:150px;
	padding:3px;
	margin:3px;
	}
	
.titel {
 	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	}
ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

p,
li {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

.content-element {
	margin:0px 0px 20px 0px;
}


/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}



/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

#header {
	background-color:red;
}

#head_left {
	width:731px;
	text-align:left;
	float: left;
	height:212px;
	}
	
#title {
	height:40px;
	width:460px;
	float:left;
	margin:-90px 0px 0px 242px;
	z-index:999;
	}

#head_right {
	width:249px;
	float:right;
	background:url(../images/logo.png) no-repeat top right;
	height:212px;
	}
	
#logo_datum {
	margin:100px 0px 0px 42px;
	}
	
#logo_datum a{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	}

#logo_titel {
	text-align:left;
	width: 240px;
	margin:12px 0px 0px 15px;
	padding:0px;
	_margin:12px 0px 0px 0px;
	}	
	

#page {
	width: 980px;
	margin: 0px auto;
	text-align: center;
	background-color:#ffffff;
	position:relative;
}

#page-content {
	text-align: left;
	float:left;
	width:980px;
	margin-bottom:20px;
}

#footer_rot {
	float:left;
	width:588px;
	height:155px;
	text-align:left;
	margin:0px;
	background:url(../images/footer_rot.gif) no-repeat bottom left;
	}
	
#footer_adresse {
	font-family:"Times New Roman", Times, serif;
	width:230px;
	margin:0px 0px 0px 168px;
	font-size:12px;
	text-transform: none;}

#imprint {
}

/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	height:33px;
	background:url(../images/hg_nav.jpg) repeat-x top left;
	clear:both;
	margin:220px 0px 0px 0px;
	text-align:left;
}

#nav-elemente {
	margin-left:33px;
	margin-right:33px;}

#main-navigation ul  {
	margin:0px;
	padding:0px;
	text-align:left;
	color:#000000;
	left:-10px;
}

#main-navigation ul li {
	display: inline;
}

#main-navigation ul li div {
	display: inline;
}

#main-navigation li {
	margin-left:0px;
	list-style-type:none;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}

/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	height:155px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	clear:both;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
}

#service_right {
	float:right;
	margin:132px 17px 0px 0px;
	}

#service-navigation ul {
text-align:right;
}

#service-navigation ul li {
float:left;
list-style-type:none;
margin:0px 0px 0px 15px;
}

#service-navigation ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#afafaf;
	font-weight:normal;
}

#service-navigation ul li a:hover {
	color:#969696;
	font-weight:bold;
}

#service-navigation .active a {
	font-weight:bold;
}

#service-navigation ul li.act a:hover {
	color:#969696;
	font-weight:bold;
}

/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */

#sub-navigation {
}

#sub-navigation ul {
}

#sub-navigation ul li {
}

#sub-navigation ul li a {
}

#sub-navigation ul li a:hover {
}

#sub-navigation ul li.act a {
}

#sub-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_col_1 {
	float:left;
	margin:36px 33px 20px 33px;
	/*background-color: red;*/
}

#content_col_2 {
float:left;
left:0px;;
top:-20px;
}

#content_col_2_text {
float:left;
left:0px;;
top:-20px;
margin:36px 33px 20px 0px;
}
/*background-color: blue;
}*/

#content_col_3 {
	float:left;
	margin:36px 33px 20px 533px;
	position:absolute;
	/*background-color: red;*/
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: bc091b;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

span.link-decoration:hover {
	color: #bc091b;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.content-element a {
	}
	
.content-element hr {
	height:1px;
	width:500px;
	size:3;
	background-color:red;
	border:1px solid blue;
	color:#000000;}

a.image span.link-decoration {
	text-decoration: none;
	border: none;
}

a.image {
	text-decoration: none;
	border: none;
}


a.internal-link {
	text-decoration: none;
}

a.external-link {
	padding-right: 14px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.popup-link {
	padding-right: 14px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color:#bc091b;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(fileadmin/template_laendlerfest/images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
