/*------------------------------------*\
  MAIN
\*------------------------------------*/

body{
background-color: white;
color: black;
font-family: Georgia, Serif;
font-size: 12px;
line-height: 1.5;
}

a{
 text-decoration: none;
 color: black;
}

a:hover{
	text-decoration: underline;
}

#container{
width: 950px;
margin: 0 auto;
padding: 10px 5px;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header{
height: 100px;
position: relative;
}

#logo{
float: left;
width: 270px;
}
				/*------------------------------------*\
					NAVIGATION
				\*------------------------------------*/

#small_nav{
float: right;
}

nav{
float: left;
position: relative;
top: 60px;
left: 50px;
}

nav ul li{
float: left;
display: inline;
background-color: white;
margin: 0 3px;
}

nav ul li a:hover, nav ul li a.selected{
border-bottom: 1px solid black;
}

.nav_1{
padding: 7px 45px 0 0;
background: #fff url(../img/nav-1.png) 0 0 no-repeat;
}
.nav_2{
padding: 7px 126px 0 0;
background: #fff url(../img/nav-2.png) 0 0 no-repeat;
}
.nav_3{
padding: 7px 143px 0 0;
background: #fff url(../img/nav-3.png) 0 0 no-repeat;
}
.nav_4{
padding: 7px 80px 0 0;
background: #fff url(../img/nav-4.png) 0 0 no-repeat;
}

.oldie .nav_1, .oldie .nav_2, .oldie .nav_3, .oldie .nav_4,{

height: 17px;
display: block;
background-color: #fff;
}


/*------------------------------------*\
	CONTENT
\*------------------------------------*/

#main{
padding: 10px 0;
}

#big_pic{
background-color: #fff;
height: 375px;
width: 950px;
}

.long_text{
float: left;
width: 500px;
margin: 20px 10px 20px 5px;
}

.long_text_page{
float: left;
margin: 20px 10px 20px 5px;
}

.long_text_page p{
width: 500px;
}

#main h1{
border-bottom: 1px solid black;
}

p{
padding: 15px 5px;
}

#news{
float: left;
width: 240px;
margin: 20px 10px 20px 0px;
}

#news article{
border-bottom: 1px solid black;
margin: 15px 0px 0 0;
}

#news article:last-child{
border-bottom: none;
}

#news article h1, #news article h2{
padding: 0 5px;
border-bottom: none;
}

#news article h2{
font-weight: normal;
}

aside{
float: right;
width: 175px;
margin: 20px 0px 20px 0;
}

#untenRechts{
border-top: 1px solid black;
padding: 20px 5px;
}

/*------------------------------------*\
	FOOTER		
\*------------------------------------*/
footer{
border-top: 1px solid #000;
}

footer ul{
padding: 10px 0 20px;
}

footer ul li{
float: left;
display: inline;
margin: 0 10px 0 0;
}

/*------------------------------------*\
	BILDER HEADINGS
\*------------------------------------*/

h1#indi{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_indi.png) 0 0 no-repeat;
}

h1#neues{
padding: 23px 205px 12px 0;
background: #fff url(../img/h1_neues.png) 0 0 no-repeat;
}

h1#kontakt{
padding: 23px 95px 12px 0;
background: #fff url(../img/h1_kontakt.png) 0 0 no-repeat;
}

h2#shop{
padding: 13px 95px 15px 0px;
background: #fff url(../img/h2_shop.png) 5px 16px no-repeat;
}

h2#grafik{
padding: 13px 95px 12px 0;
background: #fff url(../img/h2_grafik.png) 5px bottom no-repeat;
}

h1#shirts{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_textilauswahl.png) 0 0 no-repeat;
}

h1#daten{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_daten.png) 0 0 no-repeat;
}

h1#daten{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_daten.png) 0 0 no-repeat;
}

h1#druck{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_wir_bieten.png) 0 0 no-repeat;
}

h1#laden{
padding: 23px 200px 12px 0;
background: #fff url(../img/h1_laden.png) 0 0 no-repeat;
}

h1#impressum{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_impressum.png) 0 0 no-repeat;
}

h1#anfahrt{
padding: 23px 160px 12px 0;
background: #fff url(../img/h1_anfahrt.png) 0 0 no-repeat;
}

/*------------------------------------*\
	PAGE HEADINGS
\*------------------------------------*/

h1.page_headline{
font-size: 20px;
padding: 0 0 0 5px;
}

.header{
font-weight: bold;
}



/***** Newsletter Form   *****/

.newsletter{
	padding: 10px 0 0 5px;
}

#nl2go--submit{
	background: #222;
	color: #fff;
	margin: 0 0 20px;
}









/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */

