body {
	background-image: url('gfx/header/backgroundStripes.png');
	background-repeat: no-repeat;
	height: 500px;
	background-color: #F2F2F2;
	font-family: Tahoma;
	font-size: 13px;
	margin: 8px;
}

img {
	border: 0;
}

/************************************/
/* SearchBox / Groesse */
/************************************/

#searchbox  {
	margin-left: 8px;
	margin-right: 8px;
	width: 380px;
	height: 20px;
	background-image: url('gfx/searchbox.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 30px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-top: 1px solid #ABADB3;
	border-left: 1px solid #E2E3EA;
	border-bottom: 1px solid #E3E9EF;
	border-right: 1px solid #DBDFE6;
}

#hor_line {
	 border-top: 1px solid grey;
	 margin:auto;
	 margin-top: 10px;
	 width: 800px;
}


/************************************/
/* Header Position / Groesse */
/************************************/
.header_box {
	background:url('gfx/header/roundedbox_ro.png') top right no-repeat;
	margin:0;
	padding:0;
	width: 850px;
	background-color: white;
	position: relative;
}

.header_box .box_1 {
	background:url('gfx/header/roundedbox_lo.png') top left no-repeat;
	margin:0;
	padding:0;
}

.header_box .box_2 {
	background:url('gfx/header/roundedbox_ru.png') bottom right no-repeat;
	margin:0;
	padding:0;
}

.header_box .box_content {
	background:url('gfx/header/roundedbox_lu.png') bottom left no-repeat;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	height: 210px;
}

.corner {
width: 20px;
height: 20px;
}

/************************************/
/* Navigation Position / Groesse */
/************************************/
.nav_box {
	background:url('gfx/header/roundedbox_ro.png') top right no-repeat;
	margin:0;
	margin-top: 10px;
	margin-left: 10px;
	padding:0;
	width: 200px;
	background-color: white;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.nav_box .box_1 {
	background:url('gfx/header/roundedbox_lo.png') top left no-repeat;
	margin:0;
	padding:0;
}

.nav_box .box_2 {
	background:url('gfx/header/roundedbox_ru.png') bottom right no-repeat;
	margin:0;
	padding:0;
}

.nav_box .box_content {
	background:url('gfx/header/roundedbox_lu.png') bottom left no-repeat;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/************************************/
/* Login im Header */
/************************************/
#login_container_loggedin, #login_container_loggedout  {
	position: absolute;
	top: 22px;
	left: 625px;
	background-color: #EAEAEA;
	width: 220px;
	height: 31px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

#login_container_loggedin {
	width: 130px;
	left: 715px;
}

/************************************/
/* Header Text (SchulbuchMarkt.de) */
/************************************/
#logo_container {
	margin-top: 14px;
	width: 465px;
	padding-bottom: 13px;
	background: url('gfx/header/headerSeparator2.png') bottom left repeat-x;
	font-family: Tahoma;
}

#logo_container b {
	font-family: Tahoma;
	font-size: 40px;
}

#logo {
	margin-top: 10px;
}

/************************************/
/* Navigation im Header*/
/************************************/
#nav_container a {
	margin-top: 10px;
	margin-right: 5px;
}

#nav_btn_home, #nav_btn_buy, #nav_btn_sell , #nav_btn_settings {
	display: block;
	float: left;
	width: 110px;
	height: 88px;
}

#nav_btn_home:hover , #nav_btn_buy:hover, #nav_btn_sell:hover, #nav_btn_settings:hover  {
	background-position: -110px;
}

#nav_btn_home {
	background-image: url('gfx/header/btnHome.png');
}

#nav_btn_buy {
	background-image: url('gfx/header/btnBuy.png');
}

#nav_btn_sell {
	background-image: url('gfx/header/btnSell.png');
}

#nav_btn_settings {
	background-image: url('gfx/header/btnProfile.png');
}

/************************************/
/* Content Position / Groesse */
/************************************/
.content_box {
	/*background: url('gfx/header/roundedbox_ro.png') top right no-repeat;*/
	margin:0;
	margin-top: 10px;
	padding:0;
	width: 850px;
	background-color: white;
	float: left;
}

.content_box td {
	background-repeat: repeat;
}

.content_box .box_1 {
	background: url('gfx/header/roundedbox_lo.png') top left no-repeat;
	margin:0;
	padding:0;
}

.content_box .box_2 {
	background: url('gfx/header/roundedbox_ru.png') bottom right no-repeat;
	margin:0;
	padding:0;
}

.content_box .box_content {
	background: url('gfx/header/roundedbox_lu.png') bottom left no-repeat;
	margin: 0;
	padding: 20px;
/*        height: 230px;*/
}
/************************************/
/* Form Content */
/************************************/
#box_success, #box_error, #box_warning {
	margin:auto;
	padding:5px;
	text-align: center;
}

#box_success {
	background-color: #CCFFCD;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}

#box_error {
	background-color: #FFDDE0;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

#box_warning {
	background-color: #FFFFCC;
	border-top: 1px solid #FFC300;
	border-bottom: 1px solid #FFC300;
}

.box_bgr {
	border: 1px solid lightgrey;
	background-color: #F7F7F7;
	margin:auto;
	padding:5px;
}

.small_hint {
	color: gray;
	font-size:10px;
}

#highlighted {
	color: #303EFF;
	font-weight: bold;
}

#input_field_sex {
	font-family: Tahoma;
	font-size: 14px;
	width: 55px;
	border: 1px solid #808080;
}

input.text, input.password, textarea {
	font-family: Tahoma;
	font-size: 14px;
	width: 300px;
	/*border: 1px solid #808080;*/
	border-top: 1px solid #ABADB3;
	border-left: 1px solid #E2E3EA;
	border-bottom: 1px solid #E3E9EF;
	border-right: 1px solid #DBDFE6;
}

.category {
	text-align: right;
	color: #666666;
	padding-right: 5px;
}

.button, .button:link, .button:active, .button:visited {
	display: block;
	width: 125px;
	height: 26px;
	padding-left: 35px;
	padding-top: 9px;
	color: white;
	text-align: left;
	background-repeat: no-repeat;
}

.button:hover {
	color: red;
	text-decoration: none;
}

button.btn, button.btn:active, button.btn:hover {
	width: 165px;
	height: 36px;
	margin: 0;
	border: 0;
	padding-left: 35px;
	padding-top: 2px;
}

button.button:active  {
	padding-left: 35px;
	padding-top: 2px;
	margin: 0;
}

/************************************/
/* Paging */
/************************************/
.pager_container {
	position: relative;
	left: 50%;
	float: left;
	margin-top: 5px;
}

.pager a, .pager span {
	padding-top: 1px;
	padding-left: 0px;
	width: 20px; /*17x17 */
	min-width: 20px; /* IE7 */
	height: 19px;
	display: block;
	
	/*border: 1px solid #999999;*/
	background-image: url(gfx/pager_link.png);
	margin-left: 5px;
	text-decoration: none;
	float: left;
	text-align: center;
	
	position: relative;
	left: -50%;
}

.pager a:hover {	
	text-decoration: none;
}

.pager .spacer {
	background-image: none;
}

.pager .current {
	/*border: 1px solid #FF7B00;*/
	background-image: url(gfx/pager_link_current.png);
	color: white;
	font-weight: bold;
}

.pager .next , .pager .previous , .pager .next_inactive, .pager .previous_inactive {
	background-image: url(gfx/next.png);
	background-repeat: no-repeat;
	border: 0px;
	height: 20px;
	width: 40px;
	min-width: 40px; /* IE7 */
	padding: 0px;
}

.pager .previous {
	background-image: url(gfx/previous.png);
}

.pager .next_inactive {
	background-image: url(gfx/next_inactive.png);
}

.pager .previous_inactive {
	background-image: url(gfx/previous_inactive.png);
}

/************************************/
/* Footer */
/************************************/
#footer {
	clear: both;
    margin-left: 10px;
    margin-top: 5px;
    color: #333333;
}

#keywords {
	margin-top: 15px;
	margin-left: 80px;
}

A:link                 { color: #303EFF ; text-decoration: none ; }
A:visited              { color: #303EFF ; text-decoration: none ; }
A:active               { color: #303EFF ; text-decoration: none ; }
A:hover                { color: #303EFF ;  text-decoration: underline; }

/************************************/
/* Watermarks */
/************************************/
.watermarkEnabled {
        color: #666666;
        text-align: center;
}

.watermarkDisabled {
}
