/* --------------------------------------------------------------------------- */
/*  Copyright 2009 by Object dynamiX AG                                        */
/*                                                                             */
/*  Beschreibung: Beinhaltet alle definitionen der HTML Tags                   */
/*                                                                             */
/* --------------------------------------------------------------------------- */

html {
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #cccccc;
	margin: 0;
	padding: 0;
	height: 100%
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 8px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #959691;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

h1{
	font-size: 20px;
	margin: 10px 0px 6px 0px;
	color: #515151;
	font-variant: small-caps;
	}

h2{
	height: 18px;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #a9a9a9;
	color: #515151;
}

h3{
	margin: 20px 0px 10px 0px;
	font-size: 14px;
}

h4{
	height: 14px;
	background: #f4f4f4 url('../images/h4bg.png') no-repeat right;
	padding: 0px 0px 0px 6px;
	margin: 14px 0px 15px 0px;
	font-size: 12px;
	clear: both;
	color: #515151;
}

h5{
	font-weight: bold;
	height: 16px;
	padding: 2px 0px 0px 6px;
	border-bottom: 1px solid #e2001a;
}

h6{
	font-weight: normal;
	margin: 14px 0px 10px 0px;
	font-size: 12px;
}

ul{
	list-style: square;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}

li{
	color: #666666;
}

img {
	border: 0px;
}

table{
}

td{
	border: none;
}

fieldset{
	/*border-top: 1px solid #e2001a;
	border-left: none;
	border-bottom: 1px solid #e2001a;
	border-right: none;
	margin: 20px 0px;
	padding: 10px 5px;
	background: #f4f4f4;*/
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #e2001a;
	border-left: 1px solid #e2001a;
	border-bottom: 1px solid #e2001a;
	border-right: 1px solid #e2001a;
	margin-bottom: 10px;
}

fieldset table{
	margin-left: -7px;
	margin-right: -7px;
}

legend{
	font-weight: bold;
	color: #e2001a;
	/*background: #F4F4F4;*/
	padding: 3px;
	/*margin-bottom: 10px;*/
}


