@charset "UTF-8";

/* CSS Document 											 */
/* ========================================================= */
/*    Stylesheet für                                         */
/*    SITE : www.orangemocca.de                              */
/*    ERSTELLT: Juli 2010		                             */
/*    GEÄNDERT:					                             */
/*    (c) Orangemocca | Web & Print - Carolin Loerke         */
/* ========================================================= */

/*    Schön, dass Sie hier vorbeischauen                     */

/* == NOTES: =============================================== */
/*                                                           */
/*                                                           */
/* ========================================================= */

*{margin:0px; padding:0px;}
body {background: url('../images/screen/bg_site.jpg') repeat-x #fff; text-align:center; overflow:auto; font-family: Helvetica, sans-serif !important; color:#333;}

/* -- Allgemeiner Aufbau -- */
#center {width:920px; margin:0px auto; position:relative;}
#clean {clear:both;}

/* -- Webseiten Aufbau -- */
#fotoleiste {height:268px; margin-bottom:10px;}
#text {width:900px; min-height:400px; margin:120px 0 50px 0; text-align:left; float:left;}
#footer {clear:both; height:55px;}

/* -- Schrift -- */
h1 {font-size:18px; font-weight:normal; margin-bottom:15px; text-align:left;}
h2 {font-size:15px; font-weight:normal; margin-top:25px; margin-bottom:10px; text-align:left;}
h3 {font-size:14px; font-weight:normal; margin-bottom:10px; text-align:left; margin-bottom:15px;}
h4 {font-size:11px; font-weight:normal; border-bottom:1px solid #422c26; padding:2px; text-align:left;}
p {font-size:14px; line-height:24px; text-align:left;}
.foot {font-size:9px; color:#333; padding:10px; line-height:16px;}

/* -- Links -- */
a, a:link  {font-size:14px; color:#ea9206; text-decoration:none;}
a:hover {color:#333; text-decoration:none;}
a:active {color:#333; text-decoration:none;}

.foot a, .foot a:link {font-size:9px;}

/* --  Sonstiges  -- */
img {border: 0;}
