/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {}	
html {}	
body {font:12px/18px verdana, sans-serif; color:#1c1f21;}



/* ----- IDS ----- */

#container {position:relative; margin:20px auto; width:945px; border:1px solid white; background:#e8e8e8 url('images/body.gif') repeat-y;}	
#primaryContent {margin-left:370px; padding:0;}	
#article {margin:45px 80px 45px 45px;}
#bestellung {margin:45px 50px 45px 45px;}

#secondaryContent {width:370px; min-height:545px; padding:0 0 30px 0; float:left; background:transparent url('/images/home.jpg') no-repeat;}	
#header {height:100px; background:transparent url('images/header_full.gif') no-repeat;}
#address {position:absolute; left:20px; top:70px; color:#f6f9f2;}

#navigation {position:relative; margin:0; padding:0 20px; border:solid #958991; border-width:1px 1px 1px 0; width:142px; 
  font-size:11px; background: url('images/navigation.png');}
  /* Lovely, invalid IE filter 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/work/styles/images/navigation.png');
  #navigation[id=navigation] {background: url('images/navigation.png');}*/

#footer {margin:0; padding:0; clear:both;}
#left-image {float:left; margin:0 10px 10px 0;}

a#tuscany {position:absolute; left:260px; bottom:5px; color:white; text-decoration:none; font-size:11px;}
#notice {padding:20px 0;}

#start-container {width:512px; margin:100px auto;}



/* ----- CLASSES ----- */
.checkboxes {margin:0 0 15px 120px;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}

/* ----- HEADINGS ----- */

h1 {}
h2 {margin:20px 0; font-size:14px; color:#3d1727; font-weight:normal;}
h3 {margin:20px 0 10px 0; font-size:11px; color:#3d1727; font-weight:bold;}
h4 {}

#article h2 {margin:0 0 20px 0;}
#header h1 {display:none; margin:0;}
#navigation h2 {margin:0 0 0 -20px; padding-left:20px; font-size:11px; color:white; font-weight:normal; background:transparent url('images/menu.png') no-repeat left;}
#bestellung h3 {margin:30px 0 10px 0;}


/* ----- PARAGRAPHS ----- */

p {}
#primaryContent p {}
#secondaryContent p {}
#bestellung p {margin:5px 0;}



/* ----- QUOTES ----- */

blockquote {}
blockquote p {}
cite {}
blockquote cite {}



/* ----- CODE ----- */

pre {}
code {}
p code {}
pre code {}



/* ----- LISTS ----- */

li {}
li p {}
ol {}
ul {}
ol li {}
ul li {}

#navigation ul {position:relative; list-style:none; margin:12px 0 17px 0; padding:0;}
#navigation li {margin:5px 0; padding:0;}
#navigation li a {position:relative; color:white; text-decoration:none;}
#navigation li a:hover {color:#db4381;} 
#navigation li.active li a {color:#fff;} 
#navigation li.active a {color:#db4381;} 


#navigation li ul {margin:5px 0 5px 15px;}
#navigation li li { padding-left:10px; background:transparent url('images/punkt.gif') 0 9px no-repeat;}


/* ----- THUMBNAIL LISTS----- */
ul.article-image {margin:20px 20px 50px 20px; padding:0; list-style:none;}
.article-image li {margin:0 10px 10px 0; padding:0; float:left; width:120px; text-align:center;}



/* ----- IMAGES ----- */

img {}
img a {}
img a:hover {}



/* ----- BREAK ----- */

hr {}

/* ----- TEXT FORMATTING ----- */

strong {}
em {}
b {}
i {}



/* ----- LINKS ----- */

a img {border:none;}
a {}
a:hover {}
a:visited, a:active, a:focus {}
a:visited {}
a:active { }
a:focus {}

p a {}
cite a {}
li a {}
dt a {}
dd a {}


/* ----- TABLES ----- */

table {}
caption {}
thead {}
tbody {}
tfoot {}
tr {}
tr .alt {}
th {}
td {}



/* ----- FORMS ----- */

form {border:none;}
fieldset {border:none;}
legend {border:none;}
label {display:block; padding-top:0; width:120px; float:left;}
#datum label {display:none;}
#tageszeit label {float:none; display:inline; width:120px;}

input {margin:0 5px;}
input#zemSubmit {margin:0 0 0 125px; width:100px;}
textarea {margin:2px 5px; width:320px; height:80px;}
input, textarea {}
select {margin:0 5px;}
optgroup {}
option {}



/* ----- DEFINITIONS ----- */

dl {}
dt { }
dd {}

