#test {
	font-size: 10px;
	margin-left: 10px;
	color: #FFF;
	z-index: 5000;
}

@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('font/Titillium/TitilliumText22L003-webfont.eot');
	src: url('font/Titillium/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'), url('font/Titillium/TitilliumText22L003-webfont.woff') format('woff'), url('font/Titillium/TitilliumText22L003-webfont.ttf') format('truetype'), url('font/Titillium/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
h1,
h2,
h3,
ul,
ol,
span,
a,
table,
td,
form,
img,
li {
	margin: 0;
	padding: 0;
	font-family: 'TitilliumText22LRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

ol,
ul {
	list-style: none;
}

img {
	border: none;
}

body {
	background-color: #000;
}

#backgroundsStart {
	display: none;
}

/*............................... Position Of Background  ...........................................*/

.bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/*..........................................................................*/
.enterSite {
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
}

#start_content {
	position: absolute;
	top: 7%;
	width: 140px;
	height: 93%;
	left: 50%;
	margin-left: -60px;
}

.start_headline {
	letter-spacing: 1px;
}

#start_enter {
	position: relative;
	text-align: center;
	color: #880600;
	font-size: 13px;
}

#Tobi_Lessnow_font_div {
	position: absolute;
	top: 20%;
	left: 23%;
}

#Tobi_Lessnow_font {}

#free_album_div {
	position: absolute;
	top: 10%;
	left: 65%;
}

#free_album {}

a {
	text-decoration: none;
	color: #880600;


}

a:hover {
	color: #fff;
}

.hideContenDiv {
	margin-bottom: -20px;
}

#About .hideContenDiv {
	margin-bottom: -30px;
}

/*............................Menu .................................................*/

#menuContainer {
	position: fixed;
	width: 100%;
	height: 120px;
	bottom: 0;
	overflow: hidden;
	zoom: 1;
	z-index: 800;
	background: rgba(59, 3, 1, 0.0);
}

#menu {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 100px;
	background: #3b0301;
	background: rgba(59, 3, 1, 0.5);
	/*background-image:url(bilder/menu_background.png);*/

	z-index: 81;
}

#nav ul {}

table {
	margin-left: 10%;
	margin-top: 27px;
}

td {
	line-height: 15px;
	width: auto;
	padding-right: 10px;
	vertical-align: bottom;
}

.menu_titles {
	padding-bottom: 14px;
	text-transform: uppercase;
}

.menu_titles a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

.menu_titles a:hover {
	color: #880600;
}

a.imprint {
	font-size: 10px !important;
	text-transform: lowercase;
}

/*..........................................................................................*/
/*.................................. START TREE MENU ........................................................ */
.content {
	display: none;
	position: absolute;
	left: 50%;
	width: 800px;
	top: 20%;
	height: 400px;

	color: #FFF;
	z-index: 90;
	margin-left: -400px;
}

#komplett {
	position: absolute;
	width: 800px;
	top: 20%;
	left: 50%;
	z-index: 80;
	margin-left: -400px;
}

#topBar {
	position: absolute;
	width: 800px;
	height: 100px;
	/*background-color:#0C6;*/
	top: 0px;
	left: 0px;
}

#thin_line {
	position: absolute;
	top: 70px;
	left: 150px;
	background-image: url(bilder/thin_line.png);
	background-repeat: repeat-x;
	height: 3px;
	width: 650px;

}

#thick_line1 {
	position: absolute;
	top: 75px;
	right: 30px;
	height: 3px;
	width: 750px;
	background-image: url(bilder/thick_line2.png);
	background-repeat: repeat-x;
}

#thick_line2 {
	position: absolute;
	top: 80px;
	left: 0px;
	height: 2px;
	width: 750px;
	background-image: url(bilder/thick_line.png);
	background-repeat: repeat-x;
}


.text {
	text-align: justify;
}

/*............................Test um eine Art Pixel Overlay zu kreieren .................................................*/



/*..........................................................................*/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(bilder/Tobi_Lessnow_Info.jpg);
	background-image: url(bilder/Tobi_Lessnow_Media.jpg);
	background-image: url(bilder/Tobi_Lessnow_Lyrics.jpg);
	background-image: url(bilder/Tobi_Lessnow_Contact.jpg);
}

/*..........................................................................*/
/*..........................................................................*/
/*...............Audio-Player.................................*/

div.jp-video-play:hover a.jp-video-play-icon {
	background: url("bilder/tobi_play.gif") -40px 0 no-repeat;
}

#jp_container_audio .jp-controls a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}

ul.jp-controls,
ul.jp-toggles {
	list-style-type: none;
	display: inline;
	/* need this to fix IE6 double margin */
}

ul.jp-controls li,
ul.jp-toggles li {
	overflow: hidden;
	float: left;
}

ul.jp-controls a,
ul.jp-toggles li a {
	display: block;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause,
a.jp-previous,
a.jp-next {
	width: 40px;
	height: 40px;
}

a.jp-play {
	background: url("bilder/tobi_player.gif") 0 0 no-repeat;
}

a.jp-play:hover {
	background: url("bilder/tobi_player.gif") 0 -40px no-repeat;
}

a.jp-pause {
	background: url("bilder/tobi_player.gif") -40px 0 no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url("bilder/tobi_player.gif") -40px -40px no-repeat;
}

a.jp-previous {
	background: url("bilder/tobi_player.gif") -80px 0 no-repeat;
}

a.jp-previous:hover {
	background: url("bilder/tobi_player.gif") -80px -40px no-repeat;
}

a.jp-next {
	background: url("bilder/tobi_player.gif") -120px 0 no-repeat;
}

a.jp-next:hover {
	background: url("bilder/tobi_player.gif") -120px -40px no-repeat;
}

/*.......................end.................................................................................*/

#jp_container_audio {
	position: absolute;
	left: 0px;
	width: 370px;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
	color: #880600;
	z-index: 4000;
}

#jp_container_audio .control {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#jp_container_audio div.jp-progress {
	background-color: #380705;
	height: 8px;
	width: 180px;
	margin-top: 17px;
	margin-left: 10px;
	float: left;
}

#jp_container_audio div.jp-seek-bar {
	background-color: #640905;
	width: 0px;
	height: 100%;
	cursor: pointer;
}

#jp_container_audio div.jp-play-bar {
	background-color: #880600;
	width: 0px;
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
#jp_container_audio div.jp-seeking-bg {
	background: url("bilder/seeking.gif");
}

#jp_container_audio #titelTime {
	margin-top: 0px;
	width: 370px;
	clear: both;
	margin-left: 10px;
}

.whitespace {
	white-space: pre;

}

.jp-duration,
.jp-current-time,
.slash {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;

}

#jp_container_audio div.jp-duration {}

.currentSong {
	margin-top: 0px;
	clear: left;
}

/*hide Show Player */

#hide_show {
	position: absolute;
	left: 340px;
	top: 18px;
}

a.hide,
a.show {
	width: 13px;
	height: 14px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.show {
	visibility: hidden;
}

a.hide {
	background: url("bilder/hide_show.gif") 0 0 no-repeat;
}

a.hide:hover {
	background: url("bilder/hide_show.gif") 0 -15px no-repeat;
}

a.show {
	background: url("bilder/hide_show.gif") -14px 0 no-repeat;
}

a.show:hover {
	background: url("bilder/hide_show.gif") -14px -15px no-repeat;
}

.player_bg {
	background: url("bilder/player_bg.png") repeat;
}

/*..........................................................................*/
/*..........................................................................*/
/*...............Video...Player.................................*/
/*#theVideo {
	position: absolute;
	width:640px;
	height:440px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -320px;
	z-index:10000;
}
#jp_container_video {
	width:0;
	height:0;
} */
#theVideo {
	position: absolute;
	width: 640px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -320px;
	z-index: 10000;
}


#videoPlayerClose {
	bottom: -30px;
	left: 0;
	position: absolute;

}







.jp-full-screen,
.jp-restore-screen {
	width: 24px;
	height: 40px;
	margin-left: 50px;
}

.jp-full-screen {
	background: url("bilder/tobi_player.gif") -160px 0 no-repeat;
}

.jp-full-screen:hover {
	background: url("bilder/tobi_player.gif") -160px -40px no-repeat;
}

.jp-restore-screen {
	background: url("bilder/tobi_player.gif") -186px 0 no-repeat;
}

.jp-restore-screen:hover {
	background: url("bilder/tobi_player.gif") -186px -40px no-repeat;
}

div.jp-video-270p {
	width: 480px;
}

div.jp-video-360p {
	width: 640px;
}

/*und hier habe ich die Scheissse gelöst (nach drei Tagen) Firefox macht anderfalls width und height auf 0!*/
div.jp-video-360p div.jp-jplayer #jp_video_1 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_2 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_3 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_4 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_5 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_6 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_7 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_8 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_9 {
	width: 640px !important;
	height: 360px !important;
}

div.jp-video-360p div.jp-jplayer #jp_video_10 {
	width: 640px !important;
	height: 360px !important;
}

#jp_container_video .jp-controls .hidePlayButton {
	display: none !important;
}

#jp_container_video .jp-controls .showPlayButton {
	display: block !important;
}

#jp_container_video .jp-controls .hidePauseButton {
	display: none !important;
}

#jp_container_video .jp-controls .showPauseButton {
	display: block !important;
}

/*hier ist die Scheissse!*/
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width: 480px;
	height: 270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position: static !important;
	position: relative
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	/* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index: 1000;
}

/*und hier habe ich die Scheissse gelöst (nach drei Tagen) Firefox macht anderfalls width und height auf 0!*/
div.jp-video-full div.jp-jplayer #jp_video_1 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_2 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_3 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_4 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_5 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_6 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_7 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_8 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_9 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-jplayer #jp_video_10 {
	width: 100% !important;
	height: 100% !important;
}

div.jp-video-full div.jp-gui {
	position: fixed !important;
	position: static;
	/* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

div.jp-video-full div.jp-interface {
	position: absolute !important;
	position: relative;
	/* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #000;
}

div.jp-interface {
	position: relative;
	width: 100%;

	color: #880600;
}

#jp_container_video div.jp-controls-holder {

	height: 40px;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -60px;
	position: relative;
	width: 210px;

}

#jp_container_video #titelTime {
	margin-bottom: 15px;
	position: relative;
	text-align: center;


}

#jp_container_video div.jp-seeking-bg {
	background: url("bilder/seeking.gif");
}

div.jp-video .jp-progress {
	background-color: #380705;
	width: 197px;
	height: 12px;
	padding: 0 2px 2px 2px;
	margin-bottom: 4px;
	overflow: hidden;
}

div.jp-video .jp-progress {
	width: 100%;
	background-image: none;
	padding: 0;
}

div.jp-video .jp-seek-bar {
	background-color: #640905;
	width: 0px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

div.jp-video .jp-seek-bar {
	background-color: #640905;
	width: 0px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

div.jp-video .jp-play-bar {
	background-color: #880600;
	width: 0px;
	height: 100%;
	overflow: hidden;
}

/* @group current time and duration */

/* @end */
/* @group playlist */

.jp-video .jp-title ul,
.jp-video .jp-playlist ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.jp-video .jp-title ul {
	margin: 15px 20px 10px;
}

.jp-video .jp-playlist ul {
	margin: 0 20px;
}

.jp-video .jp-title li {
	border-bottom: none;
	border-top: none;
	padding: 0;
	text-align: center;
}

#jp_container_video div.jp-jplayer {
	background-color: #000000;
}

/*...........................................Image Gallery ...............................................*/
#thePictures {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

imageGallery {
	z-index: 2000;
}

#photo1,
#photo2 {
	background-color: #000;
	padding: 0;
	position: fixed;
	top: 0;
	left: 50%;
}

#photo2 {
	display: none;
}

#photo1 img,
#photo2 img {
	background-color: #000;
}

#preloaderContainer {
	display: none;
	background-color: #000;
	position: fixed;
	bottom: 120px;
	width: 100%;
	height: 22px;
	z-index: 1000;
}

.preloader {
	position: fixed;
	left: 50%;
	color: #880600;
	margin-left: -25px;
	z-index: 2000;
}

#next_prev {
	top: 20px;
	position: fixed;
	right: 10px;
	text-align: right;
	width: 300px;
	z-index: 3000;
}

#previousImage,
#nextImage {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: -3px;
	margin-top: 3px;
	margin-bottom: 2px;
	width: 22px;
	background-color: #880600;
	font-size: 20px;
	color: #fff;
}

#previousImage:hover,
#nextImage:hover {
	background-color: #fff;
	color: #880600;
}

#photoShortcuts a {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
	width: 22px;
	background-color: #880600;
	font-size: 10px;
	color: #fff;
}

#photoShortcuts a:hover {
	background-color: #fff;
	color: #880600;
}

#photoShortcuts .busyPhotoLink {
	background-color: #fff;
	color: #880600;
}

/*...........................scroller .....................................*/
#boxscroll,
#boxscroll2 {
	padding: 40px;
	height: 280px;
	width: 400px;
	border: 2px solid #00F;
	overflow: auto;
	margin-bottom: 20px;
}

/*..........................Essay..........................................*/
.essayText {
	display: none;
	clear: both;
}

h1.egocentric {

	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #880600;
	border-top: 1px dotted #880600;
}

.egocentric span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}

.column {

	position: relative;
	width: 48%;
	text-align: justify;
	font-size: 13px;
	margin-top: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#essayMenu {
	position: relative;
	float: right;

	margin-bottom: -15px;
}

h2.goodThingsFont {
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;
}

h2.goodThingsFont_page2 {
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;
	border-bottom: 1px dotted #880600;
}

.hervorheben {
	font-family: 'Lobster Two', cursive;
	font-size: 15px;
	color: #880600;
}

/*........................................... home layout ...............................................*/
.leftColumn,
.rightColumn {

	text-align: justify;
	font-size: 15px;

}

.leftColumn {
	position: relative;
	width: 48%;

	margin-top: 5px;
	float: left;
}

.rightColumn {
	position: relative;
	width: 48%;

	margin-top: 5px;
	float: right;
}

.centerDivStoppingBy {
	position: relative;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	border-bottom: double #880600;
}

.centerDiv {
	text-align: center;
}

.stoppingby {
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;
}

.mynew {

	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.isHere {

	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Lobster Two', cursive;
	font-size: 30px;
	color: #880600;
	text-transform: capitalize;
}

h1.home {

	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #880600;
	border-top: 1px dotted #880600;
}

.home span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}

.goAhead {
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;

}

#greetings {
	position: relative;
	top: 10px;
	left: 350px;
	width: 100px;
}

.takeCare {
	font-family: 'Lobster Two', cursive;
	font-size: 18px;
	text-transform: capitalize;
}

.takeCareTobi {
	font-family: 'Lobster Two', cursive;
	font-size: 25px;
	color: #880600;
	text-transform: capitalize;
}

/*........................................... Shows ...............................................*/

.showDates {
	margin-top: 90px;
	line-height: 1.5;
}

.showDates a {
	color: #2c72a1;
}

.showDates a:hover {
	color: #fff;
}

.showHeadline {


	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;


}

.showHeadline span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}

/*........................................... About ...............................................*/
.aboutLink {
	font-weight: bold;

}

h1.whoIs {


	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #880600;

}

.centerDivGuessedIt {
	position: relative;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	border-bottom: double #880600;
	margin-bottom: 20px;
}

h2.guessedIt {
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;

}

.whoIs span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}


.redMarker {
	background: #880600;

}

.blueMarker {
	background: #2c72a1;

}

/*........................................... Video ...............................................*/



h2.somebodysWatching {
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;

}

h1.essence {


	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #880600;

}

.essence span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}

#videoclips {
	margin-top: 10px;
}


/*........................................... Download ...............................................*/
#cashForTobi {
	border: none;
	width: 83px;
	height: 82px;
	margin-top: 20px;
	margin-left: -20px;
}

.albumDownload,
.PicturesGallery {
	font-family: 'Lobster Two', cursive;
	font-size: 20px;
	color: #880600;
	padding-bottom: 5px;

}

/*........................................... Lyrics ...............................................*/
#lyricsNav {
	text-align: center;
	color: #2c72a1;
	font-size: 13px;
	margin-bottom: 10px;
}

#lyricsNav a {

	color: #2c72a1;
}

#lyricsNav a:hover {

	color: #fff;
}

.lyricsText {
	display: none;
}

/*........................................... Old Site ...............................................*/

h1.oldSiteTitle {

	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #880600;

}

.oldSiteTitle span {
	background-color: #880600;
	padding: 0 20px 0 20px;

}

/*........................................... Newsletter ...............................................*/

#newsletter,
#response {
	margin-top: 10px;
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;

}

#newsletter {
	padding: 0 8px 5px 0px;
}

#response {
	display: none;
}

input {
	width: 150px;
	margin-bottom: 5px;
	border: 1px solid #880600;
	background-color: transparent;
	color: #FFF;
	font-family: 'TitilliumText22LRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.submitNewsletter {
	border: none;
	text-decoration: none;
	color: #880600;
	font-size: 13px;
}

.submitNewsletter:hover {
	color: #fff;
}


/*........................................... Contact ...............................................*/
#email {

	position: relative;
	width: 500px;

	left: 50%;
	margin-left: -250px;


}

textarea {
	width: 98%;
	height: 200px;
	margin-bottom: 5px;
	border: 1px solid #880600;
	background-color: transparent;
	color: #FFF;
	font-family: 'TitilliumText22LRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#contactRight {

	position: relative;
	width: 36%;
	float: right;
	border-left: 1px dotted #FFF;
	padding-left: 15px;
}

p.adresse {
	margin-top: 15px;
	border-top: 1px dotted #FFF;
	padding-top: 15px;
}

/*........................................... Imprint ...............................................*/

.imprintText {
	position: relative;
	left: 20px;
	top: 40px;
	font-size: 12px;
}

/*........................................... ...............................................*/
/*........................................... ...............................................*/
/*........................................... ...............................................*/


/* neuer Paypal Link */

.new-paypal-link {
	background-image: url("bilder/Cash_For_Tobi.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	height: 82px;
	width: 83px;
	top: 20px;
	left: -20px;
}

.new-paypal-link:hover {
	background-image: url("bilder/Cash_For_Tobi_hover.png");
}