@charset "utf-8";
/* CSS Document */

/* LOGO */
#corp {
	width: 700px;
	height: 100px;
}

#corp h1 {
	display: none;
}

#corp h1 span {
	display: none;
}


/* ZITATE */
#corp #zitate {
	display: none;
}

	
	
/* ----------- MENU ----------- */
#menuWrapper {
	display: none;
	width: 700px;
	height: 30px;
	background-image: url(../images/menu/bg.png);
	background-repeat: repeat-x;
}




/* ----------- Banner ----------- */
img#banner {
	display: none;
}



/* ----------- Content ----------- */
#contentWrapper {
	
}

#contentWrapper #leftContent {
	
}

#contentWrapper #rightContent {
	display: none;
}



/* ----------- Footer ----------- */

#footerWrapper {
	display: none;
}

/* ----------- Bullet List ----------- */

ul.bulletList {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 25px;
	padding: 0;
	list-style: disc outside;
}

ul.bulletList li {
	float: none;
	margin: 0px 0px 7px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

ul.bulletList li span.alert {
	color: #d31148;
	text-decoration: none;
}



/* ----------- SMALL Bullet List ----------- */

#leftContent ul {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 25px;
	padding: 0;
	list-style: disc outside;
}

#leftContent ul li {
	float: none;
	margin: 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}


/* ----------- Card List ----------- */

ul#cardList {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 25px;
	padding: 0;
	list-style: disc outside;
}

ul#cardList li {
	float: left;
	margin: 0;
	padding: 0;
	background-position: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}



/* ----------- Tool List ----------- */

ul#toolList {
	display: none;
}


/* standards */

p {
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

p a {
	color: #d31148;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px 0px 10px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}




h3 {
	margin: 0px 0px 10px;
	display: block;
	width: 480px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

small {
	display: block;
	float: none;
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

small a {
	color: #d31148;
	text-decoration: none;
}

