/*
========================================
Stylesheet socura.net
========================================
*/

/* 
----------------------------------------
Allgemeine Konfigurationen 
----------------------------------------
*/

html { 
   margin:0px;
   padding:0px;
}

body {
   margin:0px;
   padding:0px;
   font-size:10px;
   font-family:VERDANA,ARIAL,HELVETICA;
}

h1 {
   font-size:12px;
   color:#003C79;
}

h2,h3 {
   font-size:12px;
   color:#003C79;
}

hr {
   border:1px solid #FFF;
}

/*
ul, li {
   width:450px;
}
*/

/* 
----------------------------------------
Konfiguration der Links 
----------------------------------------
*/

/* --- Standardlinks --- */


/* --- Inhalt --- */

#inhalt a:link, a:visited {
   color:#003C79; 
   text-decoration:none;
   font-weight:normal;
}
#inhalt a:hover, a:active {
   color:#808284; 
   text-decoration:none;
   font-weight:normal;
}

/* --- Links Fusszeile --- */

a.fusslinks:link, a.fusslinks:visited {
   color:#808284; 
   text-decoration:none;
   font-weight:bold;
}
a.fusslinks:hover, a.fusslinks:active {
   color:#484848; 
   text-decoration:none;
   font-weight:bold;
}

a.fussrechts:link, a.fussrechts:visited {
   color:#808284; 
   text-decoration:none;
   font-weight:bold;
}
a.fussrechts:hover, a.fussrechts:active {
   color:#484848;
   text-decoration:none;
   font-weight:bold;
}

/* 
----------------------------------------
Konfiguration der Klassen 
----------------------------------------
*/


.align-right {
   text-align:right;
}


/* 
----------------------------------------
Konfiguration der IDs 
----------------------------------------
*/

/* --- Gesamtbereich --- */

#kopf {
   margin:0px;
   padding:12px 0px 0px 0px;
   width:100%;
   height:33px;
   text-align:right;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background-color:#484848;
}

#inhalt {   
   padding:0px 20px;
   margin:0px;
   width:540px;
}

#fuss {
   padding:0px;
   font-weight:bold;
   font-size:10px;
   text-align:right;
   color:#808284;
}
