@CHARSET "ISO-8859-1";

/* CLEAR ALL */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Hier gehts los */
body{
	height: 100%;
	width: 100%;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#base-body{
	
}

#base-wrapper{
	width: 819px;
	min-height: 750px;
	height: 100% !important;
	position: absolute;
	left: 0;
	margin: 0 auto;
	/*border: 1px solid black;*/
}

#base-wrapper>.left, #base-wrapper>.right, #base-wrapper>.middle{
	float: left;
}

#base-wrapper>.left, #base-wrapper>.right{
	width: 60px;
	background-color: #ab2222;
	min-height: 750px;
	height: 100% !important;
	background-repeat: repeat-y;
}

#base-wrapper>.left {
	text-align: right;
	background-image: url(../img/shadow_left.png);
	background-position: right;
}

#base-wrapper>.right{
	text-align: right;
	background-image: url(../img/shadow_right.png);
	background-position: left;
	position: relative;
	left: -1px;
}

#base-wrapper>.middle{
	width: 699px;
	text-align: left;
}

#header{
	height: 194px;
	width: 100%;
	/*border: 1px solid black;
	background-color: #eee;*/
}

#header>.left, #header>.right, #header>.middle{
	float: left;
	height: 100% !important;
	vertical-align: bottom;
}

#header>.left{
	width: 154px;
}

#header>.right{
	width: 153px;
}

#header>.middle{
	width: 392px;
	/*background-color: #ddd;*/
}

#header .red-line{
	background-color: #ab2222;
	width: 100%;
	height: 4px;
	position: relative; 
	top: 190px;
}


#tab{
	width: 392px;
	height: 96px;
	/*background-color: #ccc*/
	position: relative;
	top: 99px;
}

#tab>.left, #tab>.right{
	float: left;
	height: 100%;
	width: 22px;
}

#tab>.left{
	background-image: url(../img/tabedge_left.png);
	background-repeat: no-repeat;
}

#tab>.right{
	background-image: url(../img/tabedge_right.png);
	background-repeat: no-repeat;
}

#tab>.middle{
	float: left;
	height: 100%;
	width: 348px;
}

#tab .red-line-vertical{
	background-color: #ab2222;
	width: 5px;
	height: 84px;
	position: relative;
	top: 11px;
	z-index: 1;
}

#tab .whiteback{
	background-color: #fff; 
	height: 73px; 
	width: 22px; 
}

#tab>.left>.whiteback{
	position: relative; 
	z-index: 0; 
	bottom: 62px;
}

#tab>.right>.whiteback{
	position: relative; 
	z-index: 0; 
	top: 22px;
}

#manikin{
	background-image: url(../img/manikin.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 289px;
	width: 259px;
	z-index: 10;
	bottom: 0;
	left: -5px;
}

#manikin>.balloon{
	background-image: url(../img/balloon.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 131px;
	position: relative;
	top: -95px;
	left: -45px;
	text-align: left;
	padding: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 19px;
}

#inner-wrapper{
	text-align: left;
	clear: both;
	width: 100%;
	height: 100% !important;
	/*border: 1px solid blue;*/
	margin-top: 25px;
}

#navi{
	text-align: left;
	float: left;
	width: 193px;
	/*border: 1px solid green;*/
	height: 100%;
}

#navi ul{
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: none;
}

#navi li{
	margin: 0;
	padding: 0;
}

#content{
	text-align: left;
	float: left;
	height: auto !important;
	padding: 0 10px 0 0;
	width: 480px;
	/*border: 1px solid green;*/
}

/* Content-Styles */
h1, h2 {
	color: #a8111c;
	font-size: 1.4em;
	text-decoration: underline;
	vertical-align: baseline;
	padding-bottom: 10px;
}

h2 {
	text-decoration: none;
	font-size: 1.3em;
}


a, a:active, a:visited {
	text-decoration: none;
	color: #a8111c;
}

a:hover {
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

ul{
	list-style-position: inside;
	list-style-type: square;
}

p{
	margin-bottom: 10px;
}

span.red{
	color: #ab2222;
}

input, textarea{
	border: 1px solid #a8111c;
	background-color: transparent;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	width: 170px;
}

textarea{
	height: 100px;
}

.subline{
	width: 100%;
	border-bottom: 1px solid #a8111c;
	color: #a8111c;
	font-size: 1.4em;
	margin-bottom: 25px;
}



