/*
//......................................
//
//2007 - designerswithattitude.de
//
//......................................
*/

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

html {
	background-color: #FFFFFF;
}

body {
	width: 730px;
	margin: 0 auto;
}

#durl_left {
	width: 290px;
	height: 130px;
	background-image:url(../images/durl_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#durl_left h1 {
	text-indent: -2000px;
}

#durl_right {
	width: 405px;
	height: 120px;
	background-color: #3B3B3B;
	float: left;
	padding: 5px 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

#durl_right input{
	width: 217px;
	height: 18px;
	border: 1px solid #252525;
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
}

#durl_right .text1{
	float: left;
}

#durl_right .arrows{
	width: 45px;
	height: 30px;
	background-image: url(../images/arrows_img.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	float: left;
	margin-top: -6px;
}

#durl_right .button{
	width: 94px;
	height: 19px;
	background-image: url(../images/createurl_btn.jpg);
	border: 1px solid #CBCBCB;
	background-color: none;
	border-width: 0;
}

#durl_right .link_img{
	width: 145px;
	height: 25px;
	text-indent: -2000px;
	background-image: url(../images/link_img.jpg);
	background-repeat: no-repeat;
}

#durl_right .email_img{
	width: 175px;
	height: 25px;
	text-indent: -2000px;
	background-image: url(../images/email_img.jpg);
	background-repeat: no-repeat;
}

#bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
	text-align: right;
	margin: 3px 6px 0 0;
	font-weight: normal
}

#container {
	margin-top: 50px;
}

#navigation {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 70px 0 0 10px;
}

#navigation li {
	width: 77px;
	float: left;
	text-align: center;
}

a {
	color: #3B3B3B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}