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

/*

File:		global.css
Copyright	2008 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-color: #FFF;
	width: 957px;
	min-height: 589px;
	margin: 0 auto;
	border: 1px solid #6A0002;
	padding: 0px;
	color: #000;
}
*+html body { overflow: hidden; } /* only IE 7 */
* 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 -- -- -- -- -- ### */

#catchword {
	position: relative;
	top: 160px;
	right: 514px;
	float: right;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #6A0002;
}

#contentImg {
	position: relative;
	right: 514px;
	width: 227px;
	height: 198px;
	background: #00FF33;
	float: right;
	font-size: 12px;
}
* html #contentImg { right: 512px; } /* only IE 5.5 - 6.x */
html + body #contentImg { right: 512px; } /* only IE 5.0 */

#content {
	position: relative;
	width: 470px;
	height: 163px;
	top: 40px;
	left: 479px;
	font-size: 12px;
	font-style: italic;
}

#pageUrl {
	position: relative;
	height: 20px;
	width: 500px;
	left: 495px;
	top: 65px;
	color: #FEEAC7;
	font-style: italic;
	font-size: 11px;
}

/* ### -- -- -- -- -- Links -- -- -- -- -- ### */
a,
a:link,
a:visited {
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #6A0002;
	cursor: pointer;
}
* html a, a:link, a:visited { cursor: hand; } /* only IE 5.5 - 6.x */
html + body a, a:link, a:visited { cursor: hand; } /* only IE 5.0 */


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

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


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

#menu {
	width: 207px;
	height: 270px;
	padding-top: 10px;
	color: #FEEAC7;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

#menu tr {
	height: 25px;
}

#menu a:link,
#menu a:visited {
	background-color: transparent;
	color: #FEEAC7;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}


#menu a:active {
	background-color: transparent;
	color: #FEEAC7;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

#menu a:hover {
	background-color: transparent;
	color: #FEEAC7;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
}


/* ### -- -- -- -- -- 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;
}
