/* CSS Document */

html {font-family: arial; font-size: 14px;}
body {margin: 0px; background: url(../img/site_bg.gif) #660000 repeat-x; color: #160000;}

div.clear {clear: both;}
img {border: 0px;}
.center {text-align: center;}



hr {width: 922px; border: 1px solid #000000; margin-top: 10px; margin-bottom: 10px;}

p.textblock {width: 900px; margin: auto; text-align: justify; border: 1px solid #000000; padding: 10px;}
p.center {text-align: center;}


a {color: #FE4E00; text-decoration: none; font-weight: bold;}
a:hover {color: #FF824B; text-decoration: none; font-weight: bold;}

/** Standartbox mit 900px für drumherum **/
div.outbox {width: 900px; margin: auto; border: 1px solid #000000; padding: 10px;}

div.outbox h2{margin: 0px;}


/** Titelbox für Überschrift/Header **/
div.titlebox { width: 900px; margin: auto; border: 1px solid #000000; padding: 10px;}
div.titlebox_l {width: 500px; float: left;}
div.titlebox_r {width: 400px; float: right;}
div.titlebox h1,h2 {text-align: center; color: #FFCCCC;}

/** Einzelbox für Links (3Stück nebeneinander) **/
div.linkbox {width: 250px; float: left; padding-left: 50px;}

/** 3er Box  240 - 420 - 240 **/
div.t_c_240_420_side {float: left; width: 240px; text-align: justify;}
div.t_c_240_420_mid {float: left; width: 420px;}

/** 3er Box  300 - 300 - 300 **/
div.t_c_300 {float: left; width: 300px; text-align: justify;}

/** 2er Box  300 - 600 **/
div.t_c_300_600_left {float: left; width: 300px;}
div.t_c_300_600_right {float: left; width: 600px;}


/** 4er Box  250 - 200 - 250 - 200 **/

div.t_c_250_200_250_200_left {width: 250px; float: left;}
div.t_c_250_200_250_200_right {width: 200px; float: left; text-align: justify;}