/* begin mac-msie css-comment-hack \*/
/* Author: Heiko Wilknitz \*/
/* LastChangedDate: 2007-08-03 \*/
/* LastChangedBy: HW \*/

/** GENERALs **/
* {
	margin: 0pt;
	padding: 0pt;
}
html, body {
	background-color: #999;
	color: #777;
	font: normal 11px/17px Verdana, Geneva, Helvetica, Arial, sans-serif;
}
input, select, textarea, button, textarea {
        background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #DDCC77;
	color: #000000;
	font: normal 11px/11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	padding: 3px;
}
textarea {
        width: 96.4%;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
        font-weight: bold;
        cursor: pointer;
}

a, a img {
	color: #777;
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #777;
}
h1 {
	font-family: 'Trebuchet MS',Arial;
	font-size: 2em;
	color: #000;
	padding: 0 0 5px 0;
}
h2 {
        font-family: 'Trebuchet MS',Arial;
	font-size: 2em;
        color: #000;
        padding: 0 0 5px 0;
}
h3 {
        font-size: 1.0em;
        text-transform: uppercase;
}
p {
	text-align: justify;
	margin: 0;
	padding: 0px 0px;
}
p.required {
        float: right;
}

/** DIVs **/
#top {
	background: #777 url(../img/bg_top.png) no-repeat center top;
	margin: 10px auto 0px auto;
	position: relative;
	width: 963px;
	height: 6px;
	z-index: 0;
}
#main {
	background: #777 url(../img/bg_main.png) repeat-y center top;
	margin: 0px auto;
	position: relative;
	width: 963px;
	z-index: 0;
}
#bottom {
	background: #777 url(../img/bg_bottom.png) no-repeat center top;
	margin: 0px auto 10px auto;
	position: relative;
	width: 963px;
	height: 6px;
	z-index: 0;
}
/** HEADERs **/
#header {
	background: #000 url(../img/bg_header.png) repeat-x;
	margin: 0px auto;
	height: 173px;
	width: 955px;
	position: relative;
}
#header input.formfield {
	width: 115px;
	padding: 1px;
}
#header input.formbutton {
        margin-left: 4px;
	padding: 0px;
}
#header button:hover, #header button:focus, #header button:active {
	background-color: #f60!important;
	cursor: pointer;
}

#header #logo {
	top: 16px;
	left: 25px;
	position: absolute;
	z-index: 1000;
}
#header #headlines {
	top: 16px;
	left: 100px;
	position: absolute;
	z-index: 1000;
}
#header h1 {
	font-size: 26px;
	padding: 5px 0 5px;
	color: #f93;
}
#header h2 {
	color: #999;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
#header a {
	color: #c0c0c0;
}
#rss {
        text-align: left;
	padding: 40px 10px 0 0;
	text-transform: uppercase;
}
#rss li {
	float: right;
	display: block;
	padding: 0 10px 0 15px;
	background: url(../img/rss.png) no-repeat 0px 3px;
}
#metanavi {
	padding: 10px;
	color: #c0c0c0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}
#subnavi {
	margin: 0px 0px 0px 100px;
	top: 103px;
	height: 30px;
	position: absolute;
	background: url(../img/bg_subnavi.png) no-repeat left;
}
#subnavi a {
	text-decoration: none!important;
}
#breadcrumb {
	top: 140px;
	padding-left: 100px;
	position: absolute;
}
#breadcrumb a {
	color: #BC132A;
}
#breadcrumb li {
	float: left;
	display: block;
	padding-left: 10px;
/* the width reserved for the background image */
	background: url(../img/list_bcrumb.png) no-repeat 3px 8px;
/* the "bullet"... adjust these numbers to taste */
}
ul#navmenu {
	list-style: none;
	padding: 4px 0px 4px 0px;
}
ul#navmenu li {
	float: left;
	list-style: none;
	background: url(../img/bg_subnavi.png) no-repeat right;
	padding: 0 5px;
}
ul#navmenu a {
	padding: 0px 10px;
	float: none !important;
/*For Opera*/
	display: block;
	color: #fff;
	font: normal 1.18em/1.7em Tahoma, Helvetica, sans-serif;
}
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu a:focus, ul#navmenu li:focus a, ul#navmenu a:active, ul#navmenu li:active a, ul#navmenu li.iehover a {
	background: transparent url(../img/bg_glass.png) 0 72% repeat-x;
}
/** CONTENTs **/
#content {
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	width: 955px;
	z-index: 0;
	height: 100%;
}
#left {
	padding: 0 0 0 100px;
	background-color: #fff;
	float: left;
	width: 500px;
}
#right {
	border-left: 1px dotted Silver;
	padding: 0 100px 0 20px;
	background-color: #fff;
	float: right;
	width: 200px;
}
/** FOOTERs **/
#footer {
	background: #000 url(../img/bg_footer.png) repeat-x;
	color: #fff;
	text-align: center;
	clear: both;
	margin: 0px auto;
	width: 955px;
	height: 23px;
	font-size: 10px;
	padding: 12px 0 0 0;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
#footer ul li {
	padding: 2px 0 2px 0;
	list-style: none;
	display: inline;
}
#footer img.left {
	position: relative;
	left: -193px;
	top: 4px;
}
#footer img.right {
        position: relative;
        right: -193px;
        top: 4px;
}
#content h1 {
	background-image: url(../img/bg_headline.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 15px;
	letter-spacing: -0.04em;
}
#content h2 {
	background-image: url(../img/bg_headline.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 15px;
	letter-spacing: -0.04em;
}
#content h3 {
        margin-bottom: 8px;
        border-bottom: 1px solid #DEB887;
}
#content #left h2 a {
        color: #000;
}

#content a {
	color: #BC132A;
}
#content img {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#content ul {
	margin: 0 0 5px 0;
}
#content li {
	padding-left: 10px;
	background: url(../img/list_bcrumb.png) no-repeat 3px 8px;
        list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
}
#content li.none {
        padding-left: 0px;
	background: none;
}
.commentsbox input {
	margin-bottom: 11px;
}
.commentsbox textarea {
	height:auto;
	min-height:10em;
        margin-bottom: 11px;
}

.commentsbox span.label {
        margin-bottom: 11px;
}

#sn ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#sn ul li {
	margin-bottom:10px;
	background-image: none;
}

#sn ul li#twitter a {
	background:url('../img/btn_twitter.png') no-repeat top left;
	display:block;
	height:27px;
	-moz-outline:none;
	text-indent:-9998px;
	width:180px;
}

#sn ul li#twitter a:hover {
	background:url('../img/btn_twitter.png') no-repeat bottom left;
}

#sn ul li#facebook a {
        background:url('../img/btn_facebook.png') no-repeat top left;
        display:block;
        height:27px;
        -moz-outline:none;
        text-indent:-9998px;
        width:180px;
}

#sn ul li#facebook a:hover {
        background:url('../img/btn_facebook.png') no-repeat bottom left;
}

#sn ul li#xing a {
        background:url('../img/btn_xing.png') no-repeat top left;
        display:block;
        height:27px;
        -moz-outline:none;
        text-indent:-9998px;
        width:180px;
}

#sn ul li#xing a:hover {
        background:url('../img/btn_xing.png') no-repeat bottom left;
}


/** CLASSs **/
.infoline {
	margin-top: 5px;
	padding: 2px 0px 25px 0px;
	border-top: 1px dotted Silver;
	text-align: right;
}
.readmore {
	background-image: url(../img/bg_more.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 15px;
}
.comments {
	background-image: url(../img/bg_comment.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 15px;
}
.date {
	background-image: url(../img/bg_clock.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 15px;
}
.writer {
	color: #777777;
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

fieldset {
margin-bottom: 10px; 
	padding:4px;
}

legend { padding: 0 2px; font-weight: bold; } 

fieldset input {
	margin-bottom: 11px;
}
