/********** CSS Document **********/

body
{
    font-family: Arial;
    background-image: url(design/verlauf_hintergrund_400px.gif);
    background-repeat: repeat-x;
    background-color: #393939;
    margin: 0px;
    padding: 16px 0px;
}

html
{
    background-image: url(design/verlauf_hintergrund_400px.gif);
    background-repeat: repeat-x;
    background-color: #393939;
}

span.breadcrumbsmall
{
font: normal 14px Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, Sans-serif;
color: #AE171D;
text-decoration: none;
background: transparent;
}

.linkButton { 
     background: none;
     border: none;
     color: #535353;
     text-decoration: underline;
     cursor: pointer; 
}

.root
{
    width: 990px;
    margin: 0px auto;
    text-align: left;
    color: #666;
    background-color: #FFF;
}
.root a
{
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.root a:hover
{
    color: #7F9BC3;
}

.ecke_oben_links
{
    width: 4px;
    height: 25px;
    float: left;
    background-image: url(design/ecke_oben_links.jpg);
    background-repeat: no-repeat;
}
.ecke_oben_rechts
{
    width: 4px;
    height: 25px;
    float: right;
    background-image: url(design/ecke_oben_rechts.jpg);
    background-repeat: no-repeat;
}

#header
{
    background-image: url(design/verlauf_oben_25px.jpg);
    background-repeat: repeat-x;
    width: 982px;
    height: 138px;
    margin: 0px;
    float: left;
}
#header_text
{
    float: right;
    padding: 2px 10px 0px 10px;
    font-size: 11px;
    color: darkred;
}
#header_text b
{
    color: darkred;
}
#header_text a
{
    margin: 0px 10px;
    color: darkred;
}

#header_werbung
{
    float: left;
    padding: 2px 10px 0px 10px;
    font-size: 11px;
}
#header_werbung a
{
    margin: 0px;
    color: darkred;
}
#header_werbung a:hover
{
    color: red;
}

#banner
{
    background-image: url(design/banner.jpg);
    background-repeat: no-repeat;
    width: 982px;
    height: 120px;
    margin-top: 18px;
}


/********** Navigationsleiste unter Banner **********/

.hauptnavi_links
{
    width: 8px;
    height: 24px;
    float: left;
    background-image: url(design/hauptnavi_links.jpg);
    background-repeat: no-repeat;
    margin-left: 4px;
}
.hauptnavi_rechts
{
    width: 8px;
    height: 24px;
    float: right;
    background-image: url(design/hauptnavi_rechts.jpg);
    background-repeat: no-repeat;
    margin-right: 4px;
}
#nav_text
{
    font-size: 11px;
    color: #FFF;
    background-image: url(design/hauptnavi_verlauf.jpg);
    background-repeat: repeat-x;
    text-align: left;
    height: 24px;
    width: 946px;
    float: left;
    padding: 0 10px;
    margin: 0 0 4px 0;
}
#nav_text a
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 4px 15px 0 15px;
}
#nav_text a:hover
{
    color: #CCC;
}


/********** DropDown **********/
/* ======== Teil 1: Geometrie =============== */
/* Alle Listen, alle list-Items, alle Links */
#nav_text, #nav_text ul
{
    margin-top: 0;
  	list-style: none;
}
#nav_text li
{ 
    float: left;
}
#nav_text li a
{ 
    display: block; 
}

/* Erstes Level (Leiste) */
#nav_text
{
    position: relative;
    z-index: 10;
}
#nav_text > li > a
{ 
    height: 19px; 
}
#nav_text > li:hover > a
{
    color: #cccccc;
}

/* Ab dem zweiten Level (Dropdown, Flyout) */
#nav_text li ul
{
    position: absolute;
    left: -999em;
    width: 180px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
#nav_text li:hover    /* IE */
{ 
    background: transparent; 
}
#nav_text li:hover > ul 
{ 
    left: auto; 
}
#nav_text li li
{ 
    width: 180px; 
}
#nav_text li li a
{
    width: 158px;          /* 180px minus padding minus border */
    padding: 0 0 0 20px;
    margin-left: 0px;      /* hebt margin:0px 15px auf (dw_style.css, Z.373) */
}

/* Ab dem dritten Level (Flyout) */
#nav_text li li ul
{ 
    margin: -26px 0 0 179px; 
}

/* ======== Teil 2: Farben, Menuerand, Hintergrundbild etc. =============== */
/* Ab dem 2.Level (Dropdown, Flyout) */
#nav_text li ul
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: url(design/dropdown001.png) right top no-repeat #f0f0f0;
}
#nav_text li li a
{
    color: #444444;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#nav_text li li:hover
{ 
    background: url(design/mouseover.png); 
}
#nav_text li li:hover > a 
{ 
    color:#ffffff; 
}

/* Korrektur fuer das exakt 2.Level (Dropdown) */
#nav_text > li > ul,
/* und fuer das Flyout des obersten Dropdown-Items */
#nav_text > li > ul > li:first-child ul 
{ 
    border-top-color:#666666; 
}


/********** allgemeine auf der ganzen Seite verwendete Elemente **********/
.allgcontent
{
    padding: 10px 0px;
}

.allgcontent_mittig
{
    margin: 0px auto;
    width: 500px;
    padding: 10px;
}

.ueberschrift
{
    border-bottom: 1px solid #cccccc;
    padding: 1px 5px;
    color: #999999;
}
.ueberschrift h1
{
    color: #7F9BC3;
    font-size: 22px;
    margin: 0px;
    font-family: Times New Roman;
    font-weight: bold;
}

.tabelle
{
    border: 1px solid #999999;
    margin-top: 3px;
}
.tabelle td
{
    padding: 5px;
    border: 1px solid #FFFFFF;
}

.hellebox
{
    border: 1px solid #FFFFFF;
    background: #FBFBFB;
    padding: 3px;
    margin-bottom: 10px;
}

.box_eckig
{
    border: 1px solid #DDDDDD;
    background-color: #EFEFEF;
    padding: 15px;
    margin: 0px 0px 4px 0px;
}
.box_eckig_ueberschrift
{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 3px 5px;
    margin: 3px 0px 1px 0px;
}

/********** Hinweisbox - blau **********/
.hinweisbox
{
    margin: 0px auto;
    width: 750px;
    background: #e0e9f4;
}
.hinweisbox td
{
    padding: 1px 5px;
}
.hinweisbox h3
{
    border-bottom: 1px solid #CCCCCC;
    color: #324a66;
    font-size:1.05em;
    margin: 0px 0px 5px 0px;
}
.hinweisbox span
{
    color: #324a66;
}
.hinweisbox .box_inhalt
{
    background: #e0e9f4;
    padding: 0px 10px;
    width: 730px;
}
.hinweisbox .box_oben
{
    background-image: url(design/hinweisbox_oben.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-top: 5px;
}
.hinweisbox .box_unten
{
    background-image: url(design/hinweisbox_unten.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-bottom: 5px;
}

/********** Fehlerbox - rot **********/
.fehlerbox
{
    margin: 0px auto;
    width: 750px;
    background: #f4e0e0;
}
.fehlerbox td
{
    padding: 1px 5px;
}
.fehlerbox h3
{
    border-bottom: 1px solid #CCCCCC;
    color: #981111;
    font-size:1.05em;
    margin: 0px 0px 5px 0px;
}
.fehlerbox span
{
    color: #981111;
}
.fehlerbox .box_inhalt
{
    background: #f4e0e0;
    padding: 0px 10px;
    width: 730px;
}
.fehlerbox .box_oben
{
    background-image: url(design/fehlerbox_oben.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-top: 5px;
}
.fehlerbox .box_unten
{
    background-image: url(design/fehlerbox_unten.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-bottom: 5px;
}

/********** Erfolgbox - grün **********/
.erfolgbox
{
    margin: 0px auto;
    width: 750px;
    background: #e0e9f4;
}
.erfolgbox td
{
    padding: 1px 5px;
}
.erfolgbox h3
{
    border-bottom: 1px solid #CCCCCC;
    color: #115098;
    font-size:1.05em;
    margin: 0px 0px 5px 0px;
}
.erfolgbox span
{
    color: #115098;
}
.erfolgbox .box_inhalt
{
    background: #e0e9f4;
    padding: 0px 10px;
    width: 730px;
}
.erfolgbox .box_oben
{
    background-image: url(design/hinweisbox_oben.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-top: 5px;
}
.erfolgbox .box_unten
{
    background-image: url(design/hinweisbox_unten.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-bottom: 5px;
}

.clear
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.kategorie_einheit
{
    width: 740px;
    height: 83px;
    margin: 10px 0px;
}
.kategorie_einheit a
{
    display: block;
    width: 740px;
    height: 83px;
    color: #AAA;
    font-weight: normal;
    text-decoration: none;
    background-image: url(design/tutorial_hintergrund.jpg);
    background-repeat: no-repeat;
}
.kategorie_einheit a:hover
{
    color: #FFF;
}
.kategorie_einheit h2
{
    font-size: 18px;
    font-weight: normal;
    font-family: Times New Roman;
    padding: 6px 0px 8px 0px;
    margin: 0px;
    color: #FFF;
}
.kategorie_einheit img
{
    float: left;
    margin: 3px 8px 3px 3px;
}


/********** Inhaltsbereich zwischen Navi und Footer **********/

.content_oben
{
    clear: both;
    margin: 0px 4px;
    display: block;
}
.content_unten
{
    clear: both;
    margin: 0px 4px;
    display: block;
}

#contentbox
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    margin: 0px 4px;
}
#content
{
    background-color: #F6F6F6;
    border-left:0px solid #E9E9E9;    /* DDD, 304864  */
    display:block;
    overflow:visible;
    position:relative;
    padding: 3px 10px;
    width: 960px;
    font-size: 11px;
}
#content img
{
    border: 0px;
}

/* Inhaltsleiste links für Menü usw. */
#content_links
{
    display:inline;
    float:left;
    margin-left:-166px;
    position:relative;
    width:152px;
}
#content_links ul
{
    list-style-type: disc;
    padding-left: 30px;
    margin: 10px 0px;
}
#content_links h2
{
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    padding: 2px 5px;
    border-bottom: 1px solid #ccc;
    color: #7F9BC3;
    border-left: 3px solid #ccc;
}
#content_links h2 a
{
    font-size: 12px;
    color: #7F9BC3;
    text-decoration: underline;
}
#content_links h2 a:hover
{
    color: #324a66;
}
#content_links img
{
    border: 1px solid #666;
}
#content_links img:hover
{
    border: 1px solid #7F9BC3;
}

/********** Fußleiste **********/
#bottom
{
    background-color: #FFF;
    width: 990px;
    height: 27px;
    margin-top: 4px;
    clear: both;
    background-image: url(design/bottom_verlauf.jpg);
    background-repeat: repeat-x;
}

#bottom_text
{
    font-size: 10px;
    color: #FFF;
    padding-top: 4px;
    text-align: center;
    width: 966px;
    float: left;
}
#bottom_text a
{
    font-weight: bold;
    font-size: 10px;
    color: #FFF;
    text-decoration: underline;
}
#bottom_text a:hover
{
    color: #CCC;
}

.ecke_unten_links
{
    width: 12px;
    height: 27px;
    float: left;
    background-image: url(design/ecke_unten_links.jpg);
    background-repeat: no-repeat;
}
.ecke_unten_rechts
{
    width: 12px;
    height: 27px;
    float: right;
    background-image: url(design/ecke_unten_rechts.jpg);
    background-repeat: no-repeat;
}

#footerlinks
{
    text-align:center;
    font-size: 9px;
    margin-top: 5px;
}
#footerlinks a
{
    color: #777;
    text-decoration: none;
    margin: 0px 7px;
}
#footerlinks a:hover
{
    color: #FFF;
}

/********** :Infobox **********/
.infobox_details
{
    padding: 10px 25px;
}
.infobox_details img /* Hovereffekt für Tutorialthumbs */
{
    border:1px solid #666666;
}
.infobox_details img:hover
{
    border:1px solid #7F9BC3;
}

.infobox_text
{
    width: 90%;
}

.infobox_details_text h1
{
    font-size: 13px;
}

#infobox_details_funktionen
{
    float:right;
    width: 240px;
    margin: 0px 0px 10px 30px;
    background-color:#E9E9E9;
    border:1px solid #cccccc;
    padding: 2px;
    
}
#infobox_details_funktionen img
{
    border: 0px;
    vertical-align: middle;
    padding: 3px;
}
#infobox_details_funktionen h2
{
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    padding: 2px 5px;
    border-bottom: 1px solid #cccccc;
}
#infobox_details_funktionen table
{
    margin-bottom: 7px;
}

.infobox_details_werbung
{
    padding-top: 5px;
    float: left;
}

/* ein Abschnitt sorgt dafür, dass die einzelnen Überschriften durch float nicht ineinander laufen */
.infobox_abschnitt
{
    float: left;
    width: 740px;
    padding-bottom: 10px;
}

.infobox_ueberschrift
{
    float: left;
    width: 440px;
    border-bottom: 1px solid #cccccc;
    padding: 1px 5px;
    color: #999999;
    margin-bottom: 10px;
}
.infobox_ueberschrift h1 
{
    color:#7F9BC3;
    font-weight:bold;
    font-size: 22px;
    margin: 0px;
    font-family: Times New Roman;
}
.infobox_ueberschrift_h2
{
    border-bottom: 1px solid #7F9BC3;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 3px;
}

.infobox_thumbnail
{
    width: 245px;
    float: left;
    text-align: center;
}

.infobox_neuesterartikel_thumb
{
    float: left;
    padding: 0px 15px 20px 0px;
}

/********** :Forum **********/
#forumbox
{
    margin: 0px 4px;
    clear: both;
}


/********** :Tutorials **********/
#tutorialcontent
{
    padding: 10px 0px;
}
#tutorialcontent img
{
    border: 1px solid #666666;
}
#tutorialcontent img:hover
{
    border: 1px solid #7F9BC3;
}

#tutorialueberschrift
{
    background-image: url(images/tutoriallinie.gif);
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 15px;
    margin: 10px 0px;
    height: 38px;
}
#tutorialueberschrift h1
{
    font-size: 18px;
    margin: 0px;
}

.tutorialh1
{
    background-image: url(images/tutoriallinie.gif);
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 10px;
    height: 16px;
    font-weight: bold;
}
.tutorialh2
{
    color: #666666;
    font-size: 13px;
    padding: 2px 15px;
    height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #7F9BC3;
}

.tutorialcontent_mittig
{
    margin: 0px auto;
    width: 740px;
}

.code
{
    text-align: left;
    background-color:#FEFEFE;
    color:#006600;
    padding:10px;
    border: 1px solid #AFAFAF;
}

.tutorialblock
{
    width: 310px;
    height: 111px;
    float: left;
    margin: 0px 40px 8px 0px;
}
.tutorialblock a
{
    float: left;
    width: 301px;
    height: 105px;
    color: #AAA;
    font-weight: normal;
    text-decoration: none;
    background-image: url(design/tutorial_background.jpg);
    background-repeat: no-repeat;
    padding: 3px 3px 3px 6px;
    margin: 0px;
}
.tutorialblock a:hover
{
    color: #FFF;
}
.tutorialblock h2
{
    font-size: 18px;
    font-weight: normal;
    font-family: Times New Roman;
    padding: 4px 0px 3px 0px;
    margin: 0px;
    color: #FFF;
}

.tutorialblock img
{
    float: right;
}


/********** :Lexikon **********/
.buchstabe
{
    padding: 5px;
    color: #999999;
}
.buchstabe h2
{
    color: #7F9BC3;
    font-size: 22px;
    margin: 0px;
    font-family: Times New Roman;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.buchstabe h3
{
    color: #cccccc;
    font-size: 22px;
    margin: 0px;
    font-family: Times New Roman;
    font-weight: bold;
}

.lexikonbegriff
{
    padding-left: 20px;
    background-image: url(design/lexikon_icon.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

#lexikon_navi
{
    font-size: 14px;
    margin: 3px 10px;
}
#lexikon_navi a
{
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    float: left;
}
#lexikon_navi b
{
    color: #CCCCCC;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    float: left;
}

.lexikon_top
{
    float: right;
    margin: 12px 0px 0px 0px;
    color: #CCCCCC !important;
}
a.lexikon_top:hover
{
    color: #7F9BC3 !important;
}

/********** :Artikel **********/
#artikelcontent
{
    padding: 0px 90px;
    text-align: justify;
}

/********** :Battles **********/

.battles_images
{
    float: left;
}
.battles_images h2
{
    color: #555555;
    font-size: 20px;
    margin: 15px 0px 10px 0px;
    padding: 0px 0px 0px 70px;
    font-family: Times New Roman;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.battles_images span
{
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 40px;
    color: #CCCCCC;
    float: left;
}

.battles_top
{
    float: right;
    margin: 26px 0px 0px 0px;
    color: #CCCCCC !important;
}
a.battles_top:hover
{
    color: #7F9BC3 !important;
}

/********** :Downloads **********/
.downloadcontent_mittig
{
    margin: 0px auto;
    width: 740px;
}

/********** :Artwork **********/
.artworkcontent
{
    padding: 10px 0px;
}

.artworkcontent_mittig
{
    margin: 0px auto;
    width: 690px;
}

.artwork_bild
{
    width: 320px;
    height: 121px;
    float: left;
    margin: 5px 10px;
}
.artwork_bild a
{
    float: left;
    display: block;
    width: 320px;
    height: 121px;
    color: #AAA;
    font-weight: normal;
    text-decoration: none;
    background-image: url(design/artwork_background.jpg);
    background-repeat: no-repeat;
}
.artwork_bild a:hover
{
    color: #FFF;
}

.artwork_bild h2
{
    font-size: 18px;
    font-weight: normal;
    font-family: Times New Roman;
    padding: 15px 0px 20px 0px;
    margin: 0px;
    color: #FFF;
}
.artwork_bild img
{
    float: left;
    margin: 3px;
}

.artwork_bild_mittig
{
    text-align: center;
    margin-bottom: 4px;
}

.artwork_details
{
    width: 778px;
    background-color:#E9E9E9;
    border:1px solid #cccccc;
    padding: 10px;
    margin: 4px 0px 0px 0px;
}
.artwork_details h2
{
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    padding: 2px 5px;
    border-bottom: 1px solid #cccccc;
    width: 95%;
}
.artwork_details table
{
    width: 100%;
}
.artwork_details td
{
    padding: 0px 15px 0px 0px;
    vertical-align: top;
}

/********** Shop **********/
.angebot_tabelle
{
    border: 1px solid #666666;
    width: 800px;
}
.angebot_tabelle table
{
    border: 0;
    width: 800px;
    border-collapse:collapse;
}

.table50
{
    background-color: #DAE1EB;
}
.table100
{
    background-color: #CED7E4;
}
.table200
{
    background-color: #C3CFDF;
}
.table500
{
    background-color: #BCC9DB;
}
.padding5 td
{
    padding: 5px;
}

/********** :Punktesystem **********/
#praemiencontent
{
    width: 620px;
    margin: 0px auto;
}
#praemiencontent a
{
    color: #FFFFFF;
}
#praemiencontent a:hover
{
    color: #7F9BC3;
}
.praemien_images a, .praemien_images div
{
    display: block;
    background-repeat: no-repeat;
    width: 620px;
    height: 200px;
    margin: 0px auto;
    text-align: right;
    font-size: 12px;
}
.praemien_details
{
    width: 620px;
    margin: 0px auto;
    background-color: #e6e6e6;
}
.praemien_details_text
{
    padding: 10px 40px;
}
.praemien_details_text h1
{
    font-size: 13px;
    color: #222;
}
.praemien_details_anzahl
{
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    background-color: #666666;
    color: #FFFFFF;
    padding: 3px 10px;
    clear: both;
}
.praemien_details_gewinner
{
    float:right;
    width: 200px;
    margin: 0px 0px 10px 10px;
    background-color:#f1f1f1;
    border:1px solid #FFFFFF;
    padding: 2px;
}

/********** :Impressum **********/
#gruende_tabelle td
{
    padding: 5px;
    vertical-align: top;
}
#gruende_tabelle h2
{
    font-size: 16px;
    padding: 0px;
    margin: 4px 0px;
}

/********** :todo **********/
.todo_links
{
    float: left;
    width: 392px;
}
.todo_links a
{
    margin: 0px 5px;
}
.todo_links input,textarea
{
    margin-bottom: 5px;
}
.todo_links_ueberschrift
{
    color: #AAAAAA;
    font-weight: bold;
    margin-bottom: 2px;
}

.todo_rechts_navi
{
    float: right;
}
.todo_rechts_navi a
{
    margin: 0px 10px;
}
.todo_rechts
{
    float: right;
    width: 392px;
    margin: 2px 0px 5px 0px;
}
.todo_rechts input,textarea
{
    margin-bottom: 5px;
}

.todo_content
{
    border: 1px solid #FFFFFF;
    background: #FBFBFB;
    padding: 3px;
    margin-bottom: 5px;
}
.todo_content img
{
    border: 0px;
}

/********** :sonstiges **********/
/* Bildupload, Videoupload, Domainpreisliste, AGBs */
.popupbox
{
    width: 840px;
    background-color: #F6F6F6;
    margin: 0px auto;
    text-align: left;
    font-size: 11px;
    color: #666;
    padding: 10px;
}

.whitelink
{
    color: #DDDDDD;
    text-decoration: none;
}
.whitelink:hover
{
    color: #FFFFFF;
}

/* Wire-Overlay */

a.abgabe
{
  text-decoration:none;
  display:block;
  position:relative;

  margin:0;
  width:800px;
}

a.abgabe img { border:none; }

a.abgabe img.wire
{
  position:absolute; top:0px; left:0px;
  filter:alpha(opacity=0); opacity:0;
}
a.abgabe:hover { background:transparent;  }         /* IE6 */
a.abgabe:hover img.wire { filter:alpha(opacity=60); opacity:0.60; }
