/* Some standart settings */
html{
    background-color:#302f2f;
    background-image:url("../images/bg.png");
    color:#302f2f;
    font-size:12px;
    font-family:Verdana, Sans-serif;
}
 
*{
    font-family:Verdana, Sans-serif;
}
 
h1{
    font-size:14px; font-weight:bold; color:#104d76;
}

h2{
    font-size:13px; font-weight:bold; color:#104d76;;
}

h3{
    font-size: 12px; font-weight:bold;
}

h4{
    font-size:12px; text-decoration:underline;
}

strong{
    font-weight:bold;
}

small{
    font-size:10px;
}

a:link, a:visited{
    color:#1b5e92; text-decoration:none;
}

a:hover{
    color:#302f2f;
}

ul li{
    margin:10px 0 10px 40px;
    list-style:square;
}

ol li{
    margin:10px 0 10px 40px;
    list-style:decimal;
}
table{
    margin:2px; padding:2px;
}
table tr{
    margin:2px; padding:2px;
}
table tr td{
    margin:2px; padding:2px;
}
hr{
    border:0;
    border-bottom:1px solid #f5f5f5;
    margin:5px 0 5px 0;
}
/* Webspell settings */
.title {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #191919;
  background-image:url("../images/title.png");
}
a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #104d76;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
}

a.titlelink:hover {
    color: #302f2f;
}
.title a.title:link, .title a.titlelink:visited, .title a.titlelink:active{
    color:#fff;
}
/* Layout */
div.sry_clear{
    clear:both;
}

div.sry_center{
    margin: 0 auto;
    width:1000px;
}
input[type="text"], input[type="password"], input[type="reset"], input[type="radio"], input[type="checkbox"]{
    border:1px solid #302f2f;
    padding:5px 6px 5px 6px;
    background-color:#fff;
    font-size:10px;
    height:10px;
    margin:0;
}
textarea{
    border:1px solid #302f2f;
    padding:5px 6px 5px 6px;
    background-color:#fff;
    font-size:10px;
    height:100px;
    margin:0;
}
input[type="submit"], input[type="button"]{    
    background-color:#302f2f;
    color:#fff;
    padding:4px;
    margin:0;
    border:1px solid #302f2f;
    cursor: pointer;
    font-size:9px;
    background-image:url("../images/title.png");
}
input[type="submit"]:hover, input[type="button"]:hover{
    color:#104d76;
}
button{
    border:0;
    background:none;
    padding:0;
    margin:0;
}
.pointer:hover{
    cursor:pointer;
}

div#sry_head{
    width:100%;
    height:300px;
    background-color:#2576b5;
    background-image:url("../images/head_bg.png");
}
    div#sry_header{
        width:100%;
        height:295px;
        background-image:url("../images/header.png");
    }
        div#sry_header_top{
            height:231px;
        }   
            div#sry_header_left{
                float:right;
            }
                div#sry_headbuttons{
                    width:258px;
                    text-align:right;
                }
                div#sry_login_field{
                    display:none;
                    width:238px;
                    height:106px;
                    background-image:url("../images/login/login_bg.png");
                    padding:10px;
                    text-align:center;
                    color:#fff;
                }
                    input.noborder[type="text"], input.noborder[type="password"]{
                        border:0;
                    }
                div#sry_search_field{
                    display:none;
                    width:238px;
                    height:33px;
                    background-image:url("../images/login/search_bg.png");
                    padding:20px 10px 10px 10px;
                    text-align:center;
                }
                input#sry_button_login{
                    background-color:none;
                    border:0;
                    padding:0;
                    margin:0;
                    background-image:url("../images/login/loginbutton.png");
                    width:71px;
                    height:24px;
                }
                input#sry_button_login:hover{
                    background-image:url("../images/login/loginbutton_hover.png");
                    cursor:pointer;
                }
    div#sry_menu{
        width:100%;
        height:65px;
        font-size:10px;
    }
        a.sry_white:link, a.sry_white:visited, a.sry_white:active{color:#fff; font-weight:bold; }
        a.sry_white:hover{color:#302f2f; font-weight:bold; }
        div.sry_subnavi_active{
            display:block;
        }
        div.sry_subnavi{
            margin:5px 0 10px 10px;
            display:none;
        }
        table#sry_headtable{
            margin:0; padding:0;
        }
        table#sry_headtable tr{
            margin:0; padding:0;
        }
        table#sry_headtable tr td{
            margin:0; padding:0;
        }
        table.sry_subtable{
            margin:0; padding:0;
        }
        table.sry_subtable tr{
            margin:0; padding:0;
        }
        table.sry_subtable tr td{
            margin:0; padding:1px 5px 0 10px;
        }
    div#sry_head_widget{
        width:100%;
        height:199px;
        background-image:url("../images/head_widgets_bg.png");
    }
		div#widget_slider{
			width:495px;
			height:187px;
			color:#fff;
			position:relative;
			float:left;
		}
			div#widget_slider div.slide_item {
				position:absolute;
				top:0;
				left:0;
				z-index:8;
				width:495px;
				height:187px;
				border:0;
			}
			div#widget_slider div.active {
				z-index:10;
			}
			div#widget_slider div.last-active {
				z-index:9;
			}			
			div#widget_slider div.slide img {
				display: block;
				border: 0;
				margin:0 auto;
			}
		div.slider_title{
			width:470px;
			height:30px;
			padding:10px 10px 10px 30px;
			background-image:url("../images/sliderborder.png");
			position:relative;
			top:-28px;
			left:-14px;
			color:#fff;
			font-weight:bold;
			z-index:20;
		}
	div#widget_switcher{
		width:485px;
		height:191px;
		float:left;
		margin:5px 0 5px 10px;
	}
		div#widget_switcher_content{
			overflow:auto;
			background-image:url("../images/switcher/bg.png");
			width:475px;
			height:145px;
			color:#fff;
			font-size:11px;
			font-family:Arial;
			padding:3px;
		}
			div#widget_switcher_content a:link, div#widget_switcher_content a:active, div#widget_switcher_content a:visited{
				color:#8ab0ca;
				font-size:11px;
				font-family:Arial;
				font-weight:bold;
			}
			table.switcher tr td.vs{
				background-image:url("../images/switcher/vs.png");
				width:27px;
				background-position:50% 50%;
				background-repeat:no-repeat;
			}
		div#switcher_navi{
			padding:0;
			margin:0;
			border:0;
		}
			div#switcher_navi_lastwars{
				float:left;
				width:174px;
				height:36px;
				background-image:url("../images/switcher/lastwars_active.png");
				cursor: pointer;
				padding:0;
				margin:0;
				border:0;
			}
			div#switcher_navi_nextwars{
				float:left;
				width:174px;
				height:36px;
				background-image:url("../images/switcher/nextwars.png");
				cursor: pointer;
				padding:0;
				margin:0;
				border:0;
			}
			div#switcher_navi_artikel{
				float:left;
				width:137px;
				height:36px;
				background-image:url("../images/switcher/artikel.png");
				cursor: pointer;
				padding:0;
				margin:0;
				border:0;
			}
    div#sry_content_center{
        width:975px;
        min-height:400px;
        height:auto !important;
        background-color:#fff;
        color:#302f2f;
        padding:10px 10px 10px 15px;
        background-image:url("../images/center_bg.png");
    }
        div#sry_content_left{
            float:left;
            width:680px;
            height:auto !important;
        }
            table#sry_new_cat tr th{
                color:#104d76;
                font-size:12px;
                font-weight:bold;
                padding:7px;
            }
            
            table#sry_new_cat tr td{
                font-size:10px;
                color:#104d76;
                border-top:1px solid #f5f5f5;
                padding:7px;
            }
        div#sry_content_right{
            float:left;
            width:155px;
            padding:0 15px 0 10px;
        }
            div.sry_headsponsor{
                width:272px;
                height:97px;
                background-image:url("../images/content_right/headsponsor.png");
                text-align:center;
                padding:5px;
            }
            div.sry_headsponsor img{
                max-width:272px;
                max-height:97px;
            }
            div.sry_headsponsor a{
                display:block;
            }
            div.sry_sponsor{
                width:131px;
                height:87px;
                background-image:url("../images/content_right/sponsor.png");
                text-align:center;
                vertical-align:middle;
                padding:15px 5px 5px 5px;
            }
            div.sry_sponsor img{
                max-width:131px;
                max-height:97px;
            }
            div.sry_sponsor a{
                display:block;
            }
            table tr.sry_latesttpoics{
                background-image:url("../images/content_right/forenitem.png");
                width:279px;
                height:36px;
                padding:2px;
                margin:0;
                display:block;
                font-size:10px;
                color:#1b5e92;
            }
            table tr.sry_latesttpoics a{
                display:block;
            }
			table tr.sry_latesttpoics a:visited{
                color:#1b5e92;
            }
    div#sry_foot_widget{
        width:980px;
        height:195px;
        padding:10px;
        background-image:url("../images/foot_widgets_bg.png");
		color:#fff;
    }
        div#widget_poll{            
            width:298px;
            height:195px;
            overflow:auto;
			float:left;
            border-right:1px solid #3b3939;
        }
			div#widget_poll a:link, div#widget_poll a:visited{
				color:#fff;
			}
			div#widget_poll a:hover{
				color:#1b5e92;
			}
		div#widget_randompic{
			float:left;
			width:665px;
			height:195px;
			margin:4px 8px 4px 8px;
			background-image:url("../images/randompic_bg.png");
			background-repeat:no-repeat;
		}
			div#left_randompic{
				float:left;
				width:175px;
				height:118px;
				margin:17px 0 0 2px;
			}
				div#left_randompic a{
					display:block;
				}
				div#left_randompic img{
					max-width:175px;
					max-height:118px;
				}
			div#center_randompic{
				float:left;
				width:175px;
				height:118px;
				margin:17px 0 0 12px;
			}
				div#center_randompic a{
					display:block;
				}
				div#center_randompic img{
					max-width:175px;
					max-height:118px;
				}
			div#right_randompic{
				float:left;
				width:285px;
				height:191px;
				margin:2px 0 0 14px;
			}
				div#right_randompic a{
					display:block;
				}
				div#right_randompic img{
					max-width:285px;
					max-height:190px;
				}
			div#randompic_title{
				position:relative;
				width:368px;
				height:38px;
				top: -41px;
				left:5px;
				color:#104d76;
				font-size:10px;
			}			
			div#randompic_title a:link, div#randompic_title a:visited{
				color:#104d76;
			}
			div#randompic_title a:hover{
				color:#302f2f;
			}
div#sry_footer{
    width:100%;
    background-color:#fff;
    background-image:url("../images/foot_bg.png");
    background-repeat:repeat-x;	
}
    div#sry_foot_left{
        float:left;
        width:460px;
        padding:20px;
    }
        table#sry_foottable{
            width:500px;
        }
        
        table#sry_foottable a:link, table#sry_foottable a:visited{
            color:#302f2f;
        }
        table#sry_foottable a:hover{
            color:#104d76;
        }
    div#sry_foot_right{
        float:left;
        text-align:right;
        width:450px;
        padding:20px 50px 0 0;
    }
