@charset "UTF-8";
/* CSS Document */


/*

	-------------------------------------------------- 	
	-------------------------------------------------- 

		shotlogistics.de
	
	-------------------------------------------------- 
	-------------------------------------------------- 	
	
	  	Stylsheet
		Vers. 31/07/2008
	
	-------------------------------------------------- 
	-------------------------------------------------- 
 	
 		
 		Farben:
 		
 		ROT:			#87171A
 		BLAU:			#003576
		GRAU:			#707070
 		
 	--------------------------------------------------
 	-------------------------------------------------- 
 	
*/



/*
_____________________________________________________________________________________ BODY, GLOBAL
*/

/** {
	padding:0;
	margin:0;
	}*/

html {
	padding:0;
	margin:0;
	}



body {	
	margin:0;
	background-color:#FFF;
	text-align:center;
	padding: 0 0 20px 0;
	}


/*
_____________________________________________________________________________________ DIVS
*/

#container {
	width:800px;
	margin: 0 auto;
	}
	
#header {
	width:800px;
	height:252px;
	/*background-color:#CCC;*/
	}

#menu {
	width:800px;
	margin:0;
	padding:0;
	height:30px;
	margin-top:2px;
}

#borderdiv {
	width:798px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding-top:20px;
}

#wrapper {
	float:left;
	width:100%
	}

#center {
	margin: 0 200px;
	padding:20px 0 20px 0;
	/*background-color:#999;*/
	text-align:left;
	}

#left {
	float:left;
	width:160px;
	margin-left:-778px;
	margin-bottom:20px;
	/*background-color:#999900;*/
	}
	
#right {
	float:left;
	width:160px;
	margin-left:-180px;
	/*background-color:#009900;*/
	}
	
#right img {
	margin-bottom:20px;
	}
	
#footer {
	clear:left;
	width:100%;
	/*background-color:#CCC;*/
	padding-top:10px;
	border-top:1px solid black;
	}
	
#footer p {
	color:#707070;
	}
	

	
/*
_____________________________________________________________________________________ SCHRIFTFORMATIERUNG
*/

p, h1, h2, h3, a, i {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#center li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#003576;
		margin-bottom:15px;

}

p {
	font-size:12px;
	color:#003576;
	margin-bottom:15px;
	}

ul {
	margin-bottom:15px;

}


ol {
	margin:5px 0 10px 10px;;
	}
	
i {
	font-size:12px;
	color:#003576;
	}
	
h1 {
	font-size:14px;
	text-transform:uppercase;
	color:#87171A;
	}
	
h2 {
	font-size:12px;
	text-transform:uppercase;
	color:#003576;
	margin-bottom:20px;
	}
	
h3 {
	font-size:12px;
	color:#003576;
	margin-bottom:2px;
	}
	
a {
	color:#87171A;
	text-decoration:none;
	}
	
a:hover {
	color:#87171A;
	text-decoration:underline;
	}
	
a:active {
	border:0;
	}


/*
_____________________________________________________________________________________ TABLE
*/

table {
	margin:0;
	padding:0;
	width:100%;
	}

table td p {
	padding:0;
	margin:0;

}

/*
_____________________________________________________________________________________ FORM
*/

input {
	margin-left:10px;
	border: 1px solid #87171A;
}

.buttons {
	background-color:#CCCCCC;
	padding:5px;
	display:inline;
	margin-left:65px;

}






