/* ### -- -- -- -- -- Global Pixelcheck CMS Styles -- -- -- -- -- ### */

/*

File: global.css
Copyright 2007 by Pixelcheck (Patrick Schröder).

*/


/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 4px;
	background-color: #FFF;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 0px;
	color: #000;
}

#page {
	background: url(../images/layout/background.jpg);
	background-color: #FFF;
	width: 957px;
	min-height: 589px;
	margin: 0 auto;
	border: 1px solid #4D4C4C;
	padding: 0px;
	color: #000;
}
* html #page { height: 589px; } /* only IE 5.5 - 6.x */
html + body #page { height: 589px; } /* only IE 5.0 */

img {
	border: 0px;
}


/* ### -- -- -- -- -- Content Header & Content Footer -- -- -- -- -- ### */

#header {
	width: 957px;
	height: 34px;
}

#middle {
	width: 957px;
	height: 324px;
}

#footer {
	width: 957px;
	height: 231px;
}

#content {
	background: url(../images/layout/background_content.gif) no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #4D4C4C;
	margin-left: 191px;
	padding: 5px;
	width: 660px;
	height: 284px;
	overflow: auto;
}

#slogan {
	margin-left: 232px;
	padding: 5px;
	width: 582px;
	height: 20px;
	text-align: center;
}

#content_img {
	background: #FFF;
	border: 1px solid #4D4C4C;
	margin-left: 337px;
	width: 370px;
	height: 187px;
	overflow: hidden;
}


/* ### -- -- -- -- -- Links -- -- -- -- -- ### */

a:link,
a:visited {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #F7931D;
}

a:active {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #231F20;
}

a:hover {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #231F20;
}


/* ### -- -- -- -- -- Menu -- -- -- -- -- ### */

#menu {
	padding-top: 16px;
	margin-left: 210px;
}

#menu a:link,
#menu a:visited {
	background-color: transparent;
	margin-right: 20px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


#menu a:active {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #4D4C4C;
}

#menu a:hover {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #4D4C4C;
}


/* ### -- -- -- -- -- Fonts -- -- -- -- -- ### */

.text_contenthead {
	background-color: transparent;
	font-size: 15px;
	color: #231F20;
	font-weight: bold;
	text-decoration: underline;
}

.text_contentsechead {
	background-color: transparent;
	font-size: 13px;
	color: #4D4C4C;
	font-weight: bold;
	font-style: italic;
}

.text_default {
	background-color: transparent;
	font-size: 12px;
	color: #000;
}

.text_big {
	background-color: transparent;
	font-size: 14px;
	color: #000;
}

.text_menu {
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.text_copyright {
	background-color: transparent;
	font-size: 10px;
	color: #000;
}


/* ### -- -- -- -- -- Images -- -- -- -- -- ### */

.img_border {
	border: 1px solid #4D4C4C;
}

.img_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.img_right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* ### -- -- -- -- -- Forms -- -- -- -- -- ### */

input, textarea {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #231F20;
}

.input {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #231F20;
	background-color: #FFFFFF;
	border: 1px solid #F7931D;
}