@import url(round_button.css);


/* general */

body {
    color:#FFF;
    background-color:#3D3E42;
    font-size:0.9em;
}


/* header1 */

#header1 {
    width:800px;
    margin:0 auto;
    text-align:right;
    font-size:0.85em;
    line-height:2em;
}
#header1 #languageSelect {
    float:right;
    margin-left:1em;
    margin-right:2px;
    margin-top:-8em;
}
#header1 #languageSelect ul {
    list-style:none;
}
#header1 #languageSelect li a {
    display:block;
    overflow:hidden;
    width:138px;
    height:2em;
    line-height:2em;
    color:#FFF;
    text-align:center;
    background-color:#454547;
}
#header1 #languageSelect li a:hover {
    background-color:#555;
    text-decoration:none;
}
#header1 #languageSelect li a.current {
    color:#A1FD3B;
    background:#454547 url(../img/language_bottom.gif) no-repeat left bottom;
}
#header1 #languageSelect li a.current:hover {
    background-color:#555;
    background-position:-138px bottom;
}

#header1 #headerLogin {
    float:left;
}
#header1 #headerLogin a {
    color:#A1FD3B;
    text-decoration:underline;
}
#header1 #headerLogin a:hover {
    color:#FF19C1;
}

/* ad header */

#adHeader {
	width:800px;
	margin:15px auto 0 auto;
	text-align: center;
}


/* header2 */

#header2 {
    width:800px;
    margin:15px auto 0 auto;
}
#header2 #tabbedMenu li {
    float:right;
    list-style-type:none;
}
#header2 #tabbedMenu li a {
    z-index:10;
    display:block;
    overflow:hidden;
    color:#FFF;
    letter-spacing:0.2em;
    font-size:1.2em;
    height:45px;
    line-height:45px;
    width:142px;
    text-align:center;
    background:transparent url(../img/tabbedMenu.gif) no-repeat left bottom;
}
#header2 #tabbedMenu li a.current {
    background-position:-200px bottom;
}
#header2 #tabbedMenu li a:hover {
    text-decoration:none;
    background-position:-200px bottom;
}
#header2 #logo {
    display:block;
    height:45px;
    width:283px;
    background:transparent url(../img/header_logo.gif) no-repeat left bottom;
}
#header2 #logo:hover {
    text-decoration:none;
    background-position:-300px bottom;
}


/* contentTop and innerContent */

#contentTop {
    width:100%;
    border-top:5px solid #A1FD3B;
    border-bottom:5px solid #A1FD3B;
    background-color:#555;
}
#contentTop .innerContent {
    width:800px;
    margin:0 auto;
    padding:20px 0 90px 0;
    background:transparent url(../img/badget_top.gif) bottom left no-repeat;
}
#contentTop .innerContentPen {
    width:400px;
    padding:20px 0 0 400px;
    height:407px;
    background:transparent url(../img/badget_top_pen.gif) top left no-repeat;
}
#contentTop .innerContentSmallPen {
    padding-top:0;
}
#contentTop .innerContentSmallPenInner {
    padding:20px 0 0 220px;
    background:transparent url(../img/small_pen.gif) top left no-repeat;
}
#contentTop .innerContentMenu {
    width:580px;
    padding-left:220px;
}


/* subMenu */

#contentTop .innerContent #subMenu {
    float:left;
    width:200px;
    margin-left:-220px;
}
#contentTop .innerContent #subMenu h1 {
    margin-bottom:0.5em;
    font-size:1.1em;
    color:#A1FD3B;
}
#contentTop .innerContent #subMenu ul {
    /* !!! ungelöster Margin-left in allen Browsern */
    margin-left:-6px;
    margin-bottom:1em;
    list-style-type:none;
    list-style-image:none;
}
#contentTop .innerContent #subMenu li a {
    display:block;
    overflow:hidden;
    width:190px;
    height:2em;
    padding-left:10px;
    line-height:2em;
    color:#FFF;
    background-color:#3D3E42;
    text-decoration:none;
}
#contentTop .innerContent #subMenu li a:hover {
    color:#FF19C1;
    text-decoration:none;
}
#contentTop .innerContent #subMenu li a.first {
    background:#3D3E42 url(../img/submenu_top.gif) left top no-repeat;
}
#contentTop .innerContent #subMenu li a.last {
    background:#3D3E42 url(../img/submenu_bottom.gif) left bottom no-repeat;
}
#contentTop .innerContent #subMenu div.block {
    margin-bottom:1em;
    background:#3D3E42 url(../img/submenu_top.gif) left top no-repeat;
}
#contentTop .innerContent #subMenu div.block div {
    width:180px;
    padding:10px;
    background:transparent url(../img/submenu_bottom.gif) left bottom no-repeat;
}
#contentTop .innerContent #subMenu div.block div div {
	width:auto;
	padding:0;
	background:none;
}
#contentTop .innerContent #subMenu div.block div strong {
    font-weight:normal;
    font-size:1.2em;
    color:#FF19C1;
}


/* subMenu Calendar */

#contentTop .innerContent #subMenu div.calendarHeader {
    text-align:center;
    margin-bottom:2px;
    letter-spacing:0.15em;
}
#contentTop .innerContent #subMenu div.block span.calendarDay,
#contentTop .innerContent #subMenu div.block span.calendarDayFirst,
#contentTop .innerContent #subMenu div.block span.calendarDayLast,
#contentTop .innerContent #subMenu div.block a.calendarDay,
#contentTop .innerContent #subMenu div.block a.calendarDayFirst,
#contentTop .innerContent #subMenu div.block a.calendarDayLast {
    display:block;
    width:24px;
    height:24px;
    float:left;
    line-height:20px;
    vertical-align:middle;
}
#contentTop .innerContent #subMenu div.block span.calendarDayFirst,
#contentTop .innerContent #subMenu div.block a.calendarDayFirst {
    margin-left:6px;
}
#contentTop .innerContent #subMenu div.block span.calendarDayLast,
#contentTop .innerContent #subMenu div.block a.calendarDayLast {
    margin-right:6px;
}


/* headlines */

#contentTop .innerContent h1 {
    color:#A1FD3B;
    font-size:1.5em;
    line-height:1em;
    margin-bottom:1em;
}
#contentTop .innerContent h1 strong {
    color:#FFF;
    font-size:1.5em;
    font-weight:normal;
}
#contentTop .innerContent h2 {
    font-size:1.8em;
    line-height:1em;
    margin-bottom:1em;
}
#contentTop .innerContent h3 {
    color:#A1FD3B;
    font-size:1.2em;
    line-height:1em;
    border-bottom:1px dotted #3D3E42;
    padding-bottom:.3em;
    margin-bottom:.7em;
    margin-top:2em;
}
#contentTop .innerContent h4 {
    color:#A1FD3B;
    font-size:1.2em;
    line-height:1em;
    margin-bottom:0;
}
#contentTop .innerContent h1 span.amp,
#contentTop .innerContent h2 span.amp,
#contentTop .innerContent h3 span.amp {
    font-size:1.3em;
    color:#FFF;
    font-family:"Palatino", "Book Antiqua", "Goudy Old Style", serif;
}
#contentTop .innerContent h2 span.amp {
    color:#A1FD3B;
}


/* Lists */

#contentTop .innerContent ul {
    list-style-image:url(../img/icons/list_item.gif);
    margin-left:26px;
}
#contentTop .innerContent li {
    padding-left:6px;
}
#contentTop .innerContent li strong {
    color:#A1FD3B;
    font-size:1.2em;
    font-weight:normal;
}
#contentTop .innerContent ul.blank {
    list-style-image:none;
    margin-left:0;
}
#contentTop .innerContent ul.blank li {
    padding-left:0;
}


/* Text */

#contentTop .innerContent p strong {
    font-weight:normal;
    font-size:1.2em;
    color:#FF19C1;
}
#contentTop .innerContent p strong.extra {
    font-size:2em;
}
#contentTop .innerContent p.message {
    margin-top:5em;
    text-align:center;
}
#contentTop .innerContent span.challengeCountdown {
    font-weight:normal;
    font-size:1.2em;
    color:#FF19C1;
}
#contentTop .innerContent hr {
    border-bottom:#454547 1px solid;
    height:1px;
}


/* Links */

#contentTop .innerContent a {
    color:#A1FD3B;
    text-decoration:underline;
}
#contentTop .innerContent a:hover {
    color:#FF19C1;
}
#contentTop .innerContent a.help {
    cursor:help;
}


/* Button */
/* @import url(round_button.css); */


/* standardForm */

#contentTop .innerContent form.standardForm {
    width:500px;
}
#contentTop .innerContent form.standardForm div.blockSingle label {
	float:left;
	width:200px;
	padding-right:1em;
	text-align:right;
}
#contentTop .innerContent form.standardForm label strong,
#contentTop .innerContent form.standardForm div.blockMulti legend strong {
    font-weight:bold;
    color:#FF19C1;
}
#contentTop .innerContent form.standardForm fieldset div.blockSingle,
#contentTop .innerContent form.standardForm fieldset div.blockMulti {
	margin:1px 0;
    background:#454547 url(../img/form_block_top.gif) left top no-repeat;
}
#contentTop .innerContent form.standardForm fieldset div.blockSingle div.note,
#contentTop .innerContent form.standardForm fieldset div.blockMulti div.note {
    margin-left:200px;
    padding-left:1em;
    margin-top:5px;
    font-size:0.85em;
}
#contentTop .innerContent form.standardForm fieldset div.innerBlock {
	padding:1em;
    background:transparent url(../img/form_block_bottom.gif) left bottom no-repeat;
}
#contentTop .innerContent form.standardForm fieldset div.error label {
    color:#FF19C1;
}
#contentTop .innerContent form.standardForm fieldset div.error label strong {
    color:#FFF;
}
#contentTop .innerContent form.standardForm input.styleit,
#contentTop .innerContent form.standardForm select,
#contentTop .innerContent form.standardForm textarea {
	width: 250px;
	border:0;
}
#contentTop .innerContent form.standardForm input.file {
    width:250px;
}
#contentTop .innerContent form.standardForm input.openid {
    background:#FFF url(../img/icons/openid.gif) no-repeat left center;
    width:230px;
    padding-left:20px;
}
#contentTop .innerContent form.standardForm div.blockMulti fieldset {
    padding-top:1em;
}
#contentTop .innerContent form.standardForm div.blockMulti legend {
    color:#FFF;
}
#contentTop .innerContent form.standardForm div.blockMulti label {
	display:block;
	width:auto;
	padding-left:3em;
	text-align:left;
}
#contentTop .innerContent form.standardForm div.formButtons {
	/*clear:both;*/
	padding-top:5px;
	text-align:right;
}
#contentTop .innerContent form.standardForm fieldset h3 {
    font-size:1.2em;
    color:#FFF;
    line-height:2.5em;
    border:0;
    margin:0;
}
#contentTop .innerContent div.blockError {
	margin:2px auto 10px auto;
	width:500px;
    background:#FF19C1 url(../img/form_block_top_error.gif) left top no-repeat;
}
#contentTop .innerContent div.blockError div {
	padding:1em;
    background:transparent url(../img/form_block_bottom_error.gif) left bottom no-repeat;
}
#contentTop .innerContent div.blockError ul {
    list-style-image:none;
    list-style-type:disc;
    list-style-position:inside;
    margin:0;
}
#contentTop .innerContent form span.invisible,
#contentTop .innerContent form div.invisible,
#contentTop .innerContent form a.invisible,
#contentTop .innerContent form .invisible {
    display:none;
}


/* rounded box */

#contentTop .innerContent div.roundedBox {
    width:500px;
	margin:2em auto;
    background:#454547 url(../img/form_block_top.gif) left top no-repeat;
}
#contentTop .innerContent div.roundedBox div {
	padding:1em;
    background:transparent url(../img/form_block_bottom.gif) left bottom no-repeat;
}

/* sudoku */

#contentTop .innerContent div.sudoku {
    margin:0 auto;
    width:482px;
}
#contentTop .innerContent div.sudoku div.box {
    width:50px;
    height:50px;
    float:left;
    margin:3px 0 0 3px;
    line-height:50px;
    vertical-align:middle;
    text-align:center;
    font-size:2em;
    color:#3D3E42;
    background:transparent url(../img/sudoku/box_white.gif) left top no-repeat;
}
#contentTop .innerContent div.sudoku div.box input {
    width:50px;
    text-align:center;
    padding:0;
    margin:7px 0 0 0;
    border:0;
    color:#3D3E42;
    background:transparent;
    font-family:Verdana, Arial, sans-serif;
}
#contentTop .innerContent div.sudoku div.boxError {
    color:#FFF;
    background:transparent url(../img/sudoku/box_pink.gif) left top no-repeat;
}
#contentTop .innerContent div.sudoku div.boxError input {
    color:#FFF;
}
#contentTop .innerContent div.sudoku div.boxGiven {
    color:#FF19C1;
}
#contentTop .innerContent div.sudoku div.colFirst {
    margin-left:0;
}
#contentTop .innerContent div.sudoku div.rowFirst {
    margin-top:0;
}
#contentTop .innerContent div.sudoku div.colThird {
    margin-left:7px;
}
#contentTop .innerContent div.sudoku div.rowThird {
    margin-top:7px;
}
#sudokuStatus {
    visibility:hidden;
}
#sudokuGameTime {
    display:block;
    text-align:center;
}
#contentTop .innerContent div.sudoku div.box div.invisible {
    display:none;
}
#contentTop .innerContent div.sudoku div.box div.value {
    width:50px;
    height:50px;
    cursor:pointer;
}
#contentTop .innerContent div.sudoku div.boxValues {
    width:49px;
    height:49px;
    padding:1px 0 0 1px;
}
#contentTop .innerContent div.sudoku div.box div.smallValue {
    width:16px;
    height:16px;
    float:left;
    font-weight:bold;
    font-size:0.4em;
    text-align:center;
    line-height:16px;
    vertical-align:middle;
    cursor:pointer;
}


/* sudokuSmall */

#contentTop .innerContent div.sudokuSmall {
    float:left;
    margin-right:40px;
    width:192px;
}
#contentTop .innerContent div.sudokuSmall div.box {
    width:20px;
    height:20px;
    float:left;
    margin:1px 0 0 1px;
    line-height:20px;
    vertical-align:middle;
    text-align:center;
    font-size:1em;
    color:#3D3E42;
    background:transparent url(../img/sudoku/box_small_white.gif) left top no-repeat;
}
#contentTop .innerContent div.sudokuSmall div.boxError {
    color:#FFF;
    background:transparent url(../img/sudoku/box_small_pink.gif) left top no-repeat;
}
#contentTop .innerContent div.sudokuSmall div.boxGiven {
    color:#FF19C1;
}
#contentTop .innerContent div.sudokuSmall div.colFirst {
    margin-left:0;
}
#contentTop .innerContent div.sudokuSmall div.rowFirst {
    margin-top:0;
}
#contentTop .innerContent div.sudokuSmall div.colThird {
    margin-left:3px;
}
#contentTop .innerContent div.sudokuSmall div.rowThird {
    margin-top:3px;
}


/* Hall of Fame */

#contentTop .innerContent div.halloffame {
    font-size:1.2em;
    line-height:50px;
    vertical-align:middle;
    margin-top:2px;
}
#contentTop .innerContent div.halloffame div.score {
    float:left;
    width:100px;
    margin-right:40px;
}
#contentTop .innerContent div.halloffame div.position,
#contentTop .innerContent div.halloffame div.down,
#contentTop .innerContent div.halloffame div.up,
#contentTop .innerContent div.halloffame div.new,
#contentTop .innerContent div.halloffame div.same {
    float:left;
    height:50px;
    width:50px;
    line-height:50px;
    vertical-align:middle;
    text-align:center;
}
#contentTop .innerContent div.halloffame div.down,
#contentTop .innerContent div.halloffame div.up,
#contentTop .innerContent div.halloffame div.new,
#contentTop .innerContent div.halloffame div.same {
    margin-right:40px;
}
#contentTop .innerContent div.halloffame div.position {
    margin-right:10px;
    font-size:1.6em;
    background:url(../img/halloffame_box.gif) left top no-repeat;
}
#contentTop .innerContent div.halloffame div.down {
    background:url(../img/halloffame_box_down.gif) left top no-repeat;
}
#contentTop .innerContent div.halloffame div.up {
    background:url(../img/halloffame_box_up.gif) left top no-repeat;
}
#contentTop .innerContent div.halloffame div.new {
    background:url(../img/halloffame_box.gif) left top no-repeat;
}


/* Challenge Results */

#contentTop .innerContent div.smallResult {
    float:left;
    margin-top:2px;
    width:285px;
}
#contentTop .innerContent div.smallResult div.score {
    width:70px;
    height:25px;
    float:left;
    line-height:25px;
    vertical-align:middle;
    margin-left:10px;
    margin-right:10px;
}
#contentTop .innerContent div.smallResult a {
    display:block;
    width:170px;
    height:25px;
    float:left;
    line-height:25px;
    vertical-align:middle;
}
#contentTop .innerContent div.smallResult div.position {
    float:left;
    height:25px;
    width:25px;
    line-height:25px;
    vertical-align:middle;
    text-align:center;
    background:url(../img/results_small_box.gif) left top no-repeat;
}


/* User Profile */

#contentTop .innerContent div.blockProfile {
    width:500px;
	margin:0 auto;
    background:#454547 url(../img/form_block_top.gif) left top no-repeat;
}
#contentTop .innerContent div.blockProfile div {
    text-align:center;
	padding:1em;
    background:transparent url(../img/form_block_bottom.gif) left bottom no-repeat;
}
#contentTop .innerContent div.blockProfile strong {
    font-size:1.3em;
    font-weight:normal;
}


/* webholics button */

#contentTop .innerContent a.webholicsButton {
    display:block;
    height:47px;
    width:200px;
    background:url(../img/webholics.gif) no-repeat left top;
    text-decoration:none;
}
#contentTop .innerContent a.webholicsButton:hover {
    background-position:0% -47px;
    text-decoration:none;
}


/* contentBottom */

#contentBottom {
    position:relative;
    margin:-5px auto 0 auto;
    padding-top:60px;
    padding-bottom:100px;
    width:800px;
    background:transparent url(../img/badget_bottom.gif) top left no-repeat;
}
#contentBottom a.linkBox {
    display:block;
    float:left;
    margin:5px 0 0 25px;
    padding-bottom:5px;
    width:250px;
    height:4em;
    color:#FFF;
    border-bottom:1px solid #545454;
}
#contentBottom a.linkBox:hover {
    border-color:#FF19C1;
    text-decoration:none;
}
#contentBottom a.linkBox span {
    color:#A1FD3B;
}
#contentBottom a.linkBox:hover span {
    color:#FF19C1;
}
#contentBottom a.clear {
    margin-left:0;
    clear:left;
}
#contentBottom a.rss {
    padding-right:50px;
    width:200px;
    background:transparent url(../img/linkbox_rss.gif) right bottom no-repeat;
}


/* adsBottom1 and adsBottom2 */

#adsBottom1, #adsBottom1:visited {
    display:block;
    text-align:center;
    padding-bottom:5px;
    border-bottom:1px solid #545454;
    color:#FFF;
}
#adsBottom1:hover, #adsBottom1:active {
    text-decoration:none;
    border-color:#FF19C1;
}
#adsBottom1 span {
    color:#A1FD3B;
}
#adsBottom1:hover span {
    color:#FF19C1;
}
#adsBottom2 {
    color:#545454;
    padding-bottom:4em;
}


/* nonFooter, footer and innerFooter */

#nonFooter {
	position:relative;
	min-height:100%;
}
* html #nonFooter {
	height:100%;
}
#footer {
	position:relative;
	margin:-2em auto 0 auto;
	height:2em;
	width:790px;
	padding-left:10px;
	line-height:2em;
	background:#555 url(../img/footer_left.gif) top left no-repeat;
	font-size:0.85em;
}
#innerFooter {
    float:right;
    height:2em;
    line-height:2em;
	padding-right:10px;
    background:transparent url(../img/footer_right.gif) top right no-repeat;
}
#footer a {
    color:#A1FD3B;
    text-decoration:underline;
}
#footer a:hover {
    color:#FF19C1;
}

