/* ### -- -- -- -- -- 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: #E9EDF5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #000;
}

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


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

#header {
	background: url(../gfx/layout/head.jpg);
	height: 95px;
}

#header_slogan {
	background: #1973FF;
	height: 25px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#header_menu {
	padding-top: 40px;
	height: 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
}

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


#header_menu a:active {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #1973FF;
}

#header_menu a:hover {
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #1973FF;
}

#content_frame {
	display: table;
	padding: 0;
	margin: 0;
	padding-top: 25px;
	margin-left: 70px;
	width: 715px;
	min-height: 364px;
}

#content {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #FF4C00;
	background: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: 225px;
	width: 530px;
	margin-left: 500px;
}

#footer_slogan {
	margin-left: 75px;
	width: 705px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	word-spacing: 12px;
}

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

#menu {
	display: table-cell;
	vertical-align: top;
	background: #FFFFFF;
	border: 1px solid #1973FF;
	padding: 5px;
	width: 155px;
	height: 225px;
	font-size: 11px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
}

#menu ul li {
	line-height: 15px;
	margin-bottom: 14px;
}

#menu a:link,
#menu a:visited {
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

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

#menu a:hover {
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #1973FF;
}


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

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

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

a:hover {
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #FF4C00;
}


/* ### -- -- -- -- -- Text -- -- -- -- -- ### */

.text_contenthead {
	background-color: transparent;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.text_contentsechead {
	background-color: transparent;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

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

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

.text_menu_heading {
	background-color: transparent;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1973FF;
	text-align: right;
}

.text_content_heading {
	background-color: transparent;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF4C00;
}

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


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

img {
	border: 0px;
}

.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;
}


/* ### -- -- -- -- -- HR -- -- -- -- -- ### */

hr {
	color: #FF4C00;
	background-color: #FF4C00;
	height: 1px;
	border: 0;
}


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

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1973FF;
	width: 250px;
}

.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF4C00;
	background-color: #FFFFFF;
	border: 1px solid #1973FF;
}