/**
*	CSS-Definition für die Seite des SKF-Server.de
*	Design, Idee und Layout: Cheelo und Shibby
*	Author: Christian Schmitz
**/


/* Begin definitions for Document */
body, html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html {
	height: 100%;
}

body {
	background-color: #42494D;
	color: #536482;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}

a {
	color: #536482;
	text-decoration: none;
}

a:hover {
	color: #D00;
}

a:visited {
	color: #105289;
}
/* End definitions for Document */

/* Begin definitions for Page-Wrapper */
#page {
	background: transparent url("./background.gif") repeat-y scroll 0%;
	min-height: 100%;
	margin: 0px auto 0px;	
	width: 900px;
}
/* End definitions for Page-Wrapper */


/* Begin definitions for Page-Header */
#head {
	margin:  0;
	padding: 10px;
	text-align: center;
}

#head h1 {
	margin: 0;
	text-align: left;
}

#head img {
	margin: auto;
}
/* End definitions for Page-Header */

/* Begin definitions for Page-Content */
#content {
	color: #222;
	padding: 20px;
	background: transparent;
}

div.listElement {
	width: 860px;
	background: #EBEBEB url("./bg_list.gif") repeat-y scroll 0%;
}
span.topLeftCorner {
	background-image: url("./corners_left.png"); 
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 5px;
	line-height: 1px;
	float: left;
}
span.topRightCorner{
	background-image: url("./corners_right.png");
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	height: 5px;
	line-height: 1px;
	float: right;
}
span.bottomLeftCorner {
    clear: both;
	background-image: url("./corners_left.png"); 
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	height: 5px;
	line-height: 1px;
	float: left;
}
span.bottomRightCorner{
	background-image: url("./corners_right.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	display: inline;
	height: 5px;
	line-height: 1px;
	float: right;
}

div.listContent {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.listContent img {
	display: block;
	margin-right: 5px;
	float: left;
}

/* End definitions for Page-Content */

/* Begin definitions for Page-Footer */
#foot {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
}
/* End definitions for Page-Footer */

