* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Globale Linkeinstellungen */
a, a:active, a:visited {
	text-decoration:none;
	color:#00006F;
}

a:hover {
	text-decoration:underline;
    color:#00006F;
}

p {
	margin: 0.5em 0 0.5em 0;
}

fieldset { -moz-border-radius: 8px; padding: 1em; display: block;}
legend { color: #354753; font-weight: bold; padding: 5px; }

button, .submit input, .antragTable input[type=submit] , .antragTable input[type=button] {
	background-color: #354753;
	color: #ffffff;
}

/* Wrapper */
#wrapper {
	height: 100%;
	margin-left: 10px;
	width: 1024px;	
}

/* Header */
#head {
	background-image: url('https://www.vergleichen-und-sparen.de/iak_tarifrechner/templates/images/logorahmen.gif');
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 12px;
	width: 1024px;
}

/* Menu */
#menu {
	float:left;
	margin-right: 12px;
	width:180px;
}

#menu h5 {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 1em;
	margin-top: 12px;
	padding:2px;
	background-color:#00006F;
}

#menu h5 a {
	color:#FFFFFF;
	font-weight:normal;
	padding:2px;
	background-color:#00006F;
}

#menu ul {
	background-color:#214B9B;	
	list-style-type:none;
    list-style-image:url('https://www.vergleichen-und-sparen.de/iak_tarifrechner/images/nav/pfeil-rechts-weiss-klein.gif');
    padding-left:20px;
}

#menu ul li {
	font-size: 0.9em;
	padding-left:2px;	
}


#menu ul li ul {
    background-color:#214B9B;
    
    list-style-type:none;
    list-style-image:url('https://www.vergleichen-und-sparen.de/iak_tarifrechner/images/nav/pfeil-rechts-rot-klein.gif');
    margin:0 5px 0 10px;
    padding-left:2px;
}

#menu ul li ul li {
	margin:0;
	padding-left:0;
}

#menu li a, 
#menu li a:link,
#menu li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Content */
#content {
	padding-top: 12px;
	margin-left: 192px;
}

#content h1, #content h2, #content h3 {
	color: #000000;
}

#content h1 {
	font-size: 28px;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 12px;
}

#content h3 {
	font-size: 14px;
	margin-bottom: 12px;
}

#content h4 {
	font-size: 12px;
	color: #000066;
}

/* Definition von Listen */
#content ul, .ergebnisTable tr td ul {
	list-style: none;
}

/* Definition von einfachen Absätzen */
#content p {
	margin-bottom: 1em;
	text-align: justify;
}


/* Definition für Info Hinweise */
#content .info, #content .smallInfo {
	color: #888888;
}

/* Definition für Info Hinweise in kleiner Schrift */
#content .smallInfo, #content select {
	font-size: 11px;
}

/* Generelle Listendarstellung */
#content .linkList {
	display: block;
	margin-bottom: 12px;
}

#content .linkList dt {
	float: left;
	width: 60%;
}

#content hr {
	margin-top: 12px;
	color: #cccccc;
	height: 1px;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	margin: 2em 0 2em 0;
}

/* Globaler Fehler */
.error {
	background-image: url('https://www.vergleichen-und-sparen.de/iak_tarifrechner/images/misc/error.jpg');
	background-position: 2% 50%;
	background-repeat: no-repeat;
	color: #cb2d2e;
	font-weight: bold;
	margin-left: 0.5em;
	min-height: 50px;
	padding: 1em 1em 1em 80px;
}

/* Allgemein gültige Klassen */
.submit {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #00006f;
	font-weight: bold;
}

.toolList {
	display: block;
	margin-bottom: 20px;
}

.toolList li {
	float: left;
	margin-right: 36px;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}



.floater {
	display: block;
	width: 300px;
	float: left;
}
	
.ergebnisTrColor {
	background-color:#E9E9E9;
	}	
	
#popOuter {
	position:absolute;
	top:80px;
	left:120px;
	background:#D0E9FB;
	padding:5px;
	border:1px solid #999999;	
	width: auto;
	height:auto;
	display:none;
	}
#popInner {
	background:#FFFFFF;
	padding:10px;
	width: 540px;
	border:1px solid #999999;
	height:auto;
	display:block;
	}	
	