html, body {
	margin:0;
	padding:0;
	border:0;
}

body, table {
	font-family:Arial,sans;
	font-size:12px;

	color:333333;
}

table {
	border:0;
	padding:0;
	margin:0;
}

/* HEADINGS */
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:13px;
	font-weight:bold;
}

/* LISTS */
ul.csc-bulletlist-1 li {
	margin-bottom:15px;
}

/* TEXT */
p {
	margin:0;
	padding:0;

	margin-bottom:1em;
}

table p {
	margin:0;
}

span.detail_nobox {
	font-family:Courier,"Courier New",monospace,sans;
	font-weight:normal;
}

span.smal {
	font-size:10px;
	font-weight:normal;
}

span.detail {
	margin-bottom:10px;
	margin-left:10px;
	margin-top:5px;
	padding:5px;
	
	font-family:Courier,"Courier New",monospace,sans;
	
	width:200px;

	background-color:#cccccc;
	
	display:block;
}

/* LINKS */
a {
	text-decoration:none;
	font-weight:bold;
	
	color:#3399CC;	
}

a img {
	border:0;
}

a.function_area {
	padding:2px;
	
	width:300px;
	display:block;
	
	background-color:#3399CC;
	color:#000000;
}

/* SPECIAL: LANG */
div#lang span {
	margin-left:auto;
	padding-top:5px;
	
	height:20px;
	width:25px;

	display:block;
	float:right;

	font-size:13px;
	font-weight:normal;
	text-align:center;

	border-left:1px solid #cccccc;
}
div#lang span.first {
	border-right:1px solid #cccccc;
}

/* SPECIAL: NAVIGATION */
div#navigation a {
	font-weight:normal;
}
div#navigation a.active {
	font-weight:bold;
}

/*
 * SPECIAL: FRONT
 */
div#front_right {
	width:380px;
	height:340px;

	float:right;
}
div#front_left {
	width:380px;
	height:340px;

	float:left;

	text-align:center;
}

/*
 * SPECIAL: FRONT: QUICKUSE
 */
div#qu_frage {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:5px;

	width:300px;

	font-size:16px;
	font-weight:bold;
}

div#qu_main {
	margin-left:auto;
	margin-right:auto;

	width:300px;
	height:280px;
}

div#qu_kosten {
	margin-left:auto;
	margin-right:auto;
	
	width:300px;

	text-align:right;
}

span.qu_title {
	margin-bottom:1px;

	display:block;
}

span.qu_title {
	padding-left:25px;
	padding-top:3px;
	padding-bottom:4px;
	
	background-color:#85C2E0;
	background-position:5px;
	background-repeat:no-repeat;
	
	font-weight:normal;
	color:#000000;

	cursor:pointer;

	display:block;
}
span#qu_title_tel-nr {
	background-image:url(/fileadmin/template/img/telephone.png);
}
span#qu_title_tel-adr {
    background-image:url(/fileadmin/template/img/house.png);
}
span#qu_title_mezi {
    background-image:url(/fileadmin/template/img/time.png);
}
span.qu_title:hover, span.qu_title_active {
	background-color:#3399CC;
}

div.qu_box {
	height:190px;
}
div.qu_box_step {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:55px;
	padding-top:10px;

	width:230px;	
	height:40px;

	font-weight:bold;

	background-position:left;
	background-repeat:no-repeat;
}
div.qu_box_step_1 {
	background-image:url(/fileadmin/template/img/step_1.png);
}
div.qu_box_step_2 {
    background-image:url(/fileadmin/template/img/step_2.png);
}
div.qu_box_step_3 {
    background-image:url(/fileadmin/template/img/step_3.png);
}
div.qu_box_link {
	margin-left:auto;
    margin-right:auto;
    margin-top:5px;

    width:280px;

	text-align:right;
}

/*
 * SPECIAL: FUNCTIONS
 */
span.function_title {
    margin-bottom:1px;
	padding-left:25px;
    padding-top:3px;
    padding-bottom:4px;

    background-color:#85C2E0;
    background-position:5px;
    background-repeat:no-repeat;

    font-weight:normal;
    color:#000000;

    display:block;
}
span.function_title_click {
	cursor:pointer;
}
span.function_title_tel-nr {
    background-image:url(/fileadmin/template/img/telephone.png);
}
span.function_title_tel-adr {
    background-image:url(/fileadmin/template/img/house.png);
}
span.function_title_mezi {
    background-image:url(/fileadmin/template/img/time.png);
}
span.function_title_click:hover, span.function_title_active {
    background-color:#3399CC;
}
span.function_title a {
	color:#000000;
	font-weight:normal;

	display:block;
}


