
@import url("navigation.css"); 




/* standard elements------------------------------------------------------------------------------------------------------ */

html {min-height: 100%; }

* {
	margin: 0;
	padding: 0;
}


body {
	background: #111111 url(../img/footer.jpg) no-repeat left bottom;
	color: #FFF;
	font: normal 62.5% Arial;
}
 
p,code,ul {padding-bottom: 1.2em; padding-top: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 2.0em Arial;
	color: #FFF;
	width:750px;
	padding-bottom: 20px;

}

h2,h3 {padding-top: 6px; padding-bottom: 2px; font-family: arial; letter-spacing: 0.1em;}






blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}



/* Struktur und Header------------------------------------------------------------------------------------------------------ */

.container {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 970px;

}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.top {
	padding-bottom: 10px; 
	width: 970px;


}



.header {

	font-size: 1.2em;
	margin: 0;
	padding: 0;
	height: 50px;	
	width: 970px;
}



.logo {	
	height: 50px;
}

.logo A.robinklein SPAN {
	DISPLAY: none; 
}
.logo a.robinklein {
	background: #111111 url(../img/top.jpg);
	display: block;
	padding: 0;
	text-decoration: none;
	height: 50px; width: 970px;
}







/* Main Content------------------------------------------------------------------------------------------------------ */

.main {
	
	background: url(../img/bgmain.gif) repeat-y
	
}




/* content------------------------------------------------------------------------------------------------------ */



.content {
	float: right;
	padding: 0px 0px;
	width: 750px;
	TEXT-ALIGN: justify;
}
.content .descr {
	color: #9B1A1A;
	font-size: 0.9em;

	margin-bottom: 16px;
	margin-left: 16px;
}

.content p {font-family: "Arial",sans-serif;}


.content A {
	COLOR: #FFF; BACKGROUND-COLOR: #74ccf1;
	BORDER-BOTTOM: #FFF 1px solid; 
	FONT-WEIGHT: bold; 
	
}
.content  A:visited { 
	COLOR: #FFF; BACKGROUND-COLOR: #74ccf1;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION:none;
}
.content A:hover {
	COLOR: #FFF; 
	BORDER-BOTTOM: #FFF 5px solid; 
	FONT-WEIGHT: bold;
}

.content EM {
	DISPLAY: inline; FONT-STYLE: normal; BACKGROUND-COLOR: #74ccf1
}
.content STRONG {
	DISPLAY: inline; FONT-STYLE: normal; BACKGROUND-COLOR: #fab7df
}
.content U {
	DISPLAY: inline; FONT-STYLE: normal; BACKGROUND-COLOR: #faea60; COLOR: #333333; 
}


.liste li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}


/* IMG------------------------------------------------------------------------------------------------------ */
IMG2 {


	TEXT-ALIGN: left;
	padding-bottom: 25px;
	MARGIN: 0px auto;
}

.Portofolio_IMG {

	TEXT-ALIGN: left;
	padding-bottom: 5px;
	MARGIN: 0px auto;
}

.Portofolio_IMG .left {
	FLOAT: left; height: 30px; WIDTH: 300px;
}
.Portofolio_IMG .right {
	FLOAT: right; WIDTH: 300px; 
}





.subcolumns {
	display: block;
	width: 570px;
	margin-bottom: 10px;
}

.c50l {
	width: 45%;
	float: left;
	clear: left;
}
.c50r {
	width: 45%;
	float: right;
	clear: right;
}

.c25l, .c25r {
	width: 25%;
	float: left;
}

.c75l, .c75r {
	width: 75%;
	float: left;
}

.c33l, .c33c, .c33r {
	width: 33%;
	float: left;
}

.c66l, .c66r {
	width: 66%;
	float: left;
}

.subcl, .subc {
	margin-right: 10px;
}
.subcr {

}









/* footer------------------------------------------------------------------------------------------------------ */
.footer {

	color: #FFF;
	font: bold 1em sans-serif;
	height: 200px;
	padding: 0 25px;

}
.footer2 {
	padding-top: 100px;
	
}

.footer a {color: #FFF; background: #74ccf1; padding: 14px;}
.footer a:hover {color: #111111; background: #fff;}














